public class AbstractGraph<T extends AbstractGraph> extends AbstractChartObject
Constructor and Description |
---|
AbstractGraph() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccessibleLabel() |
java.lang.String |
getAlphaField() |
java.lang.Boolean |
getAnimationPlayed() |
Balloon |
getBalloon() |
Color |
getBalloonColor() |
JsFunction |
getBalloonFunction() |
java.lang.String |
getBalloonText() |
java.lang.Boolean |
getBehindColumns() |
BulletType |
getBullet() |
java.lang.Double |
getBulletAlpha() |
java.lang.String |
getBulletAxis() |
java.lang.Double |
getBulletBorderAlpha() |
Color |
getBulletBorderColor() |
java.lang.Integer |
getBulletBorderThickness() |
Color |
getBulletColor() |
java.lang.String |
getBulletField() |
java.lang.Integer |
getBulletHitAreaSize() |
java.lang.Integer |
getBulletOffset() |
java.lang.Integer |
getBulletSize() |
java.lang.String |
getBulletSizeField() |
java.lang.String |
getClassNameField() |
java.lang.String |
getCloseField() |
java.lang.Boolean |
getClustered() |
Color |
getColor() |
java.lang.String |
getColorField() |
java.lang.String |
getColumnIndexField() |
java.lang.Double |
getColumnWidth() |
java.lang.Boolean |
getConnect() |
java.lang.Integer |
getCornerRadiusTop() |
java.lang.Double |
getCursorBulletAlpha() |
java.lang.String |
getCustomBullet() |
java.lang.String |
getCustomBulletField() |
java.lang.String |
getCustomMarker() |
java.lang.Integer |
getDashLength() |
java.lang.String |
getDashLengthField() |
DateFormat |
getDateFormat() |
java.lang.String |
getDescriptionField() |
java.lang.String |
getErrorField() |
java.lang.Double |
getFillAlphas() |
java.util.List<Color> |
getFillColors() |
java.lang.String |
getFillColorsField() |
java.lang.String |
getFillToAxis() |
java.lang.String |
getFillToGraph() |
java.lang.Integer |
getFixedColumnWidth() |
java.lang.Integer |
getFontSize() |
java.lang.Boolean |
getForceGap() |
java.lang.String |
getGapField() |
java.lang.Double |
getGapPeriod() |
GradientOrientation |
getGradientOrientation() |
java.lang.Boolean |
getHidden() |
java.lang.Integer |
getHideBulletsCount() |
java.lang.String |
getHighField() |
java.lang.String |
getId() |
java.lang.Boolean |
getIncludeInMinMax() |
java.lang.String |
getLabelAnchor() |
java.lang.String |
getLabelColorField() |
JsFunction |
getLabelFunction() |
java.lang.Integer |
getLabelOffset() |
ValueLabelPosition |
getLabelPosition() |
java.lang.Integer |
getLabelRotation() |
java.lang.String |
getLabelText() |
java.lang.Double |
getLegendAlpha() |
Color |
getLegendColor() |
JsFunction |
getLegendColorFunction() |
java.lang.String |
getLegendPeriodValueText() |
java.lang.String |
getLegendValueText() |
java.lang.Double |
getLineAlpha() |
Color |
getLineColor() |
java.lang.String |
getLineColorField() |
java.lang.Integer |
getLineThickness() |
java.lang.String |
getLowField() |
MarkerType |
getMarkerType() |
java.lang.Integer |
getMaxBulletSize() |
java.lang.Integer |
getMinBulletSize() |
java.lang.Integer |
getMinDistance() |
java.lang.Double |
getNegativeBase() |
java.lang.Double |
getNegativeFillAlphas() |
java.util.List<Color> |
getNegativeFillColors() |
java.lang.Double |
getNegativeLineAlpha() |
Color |
getNegativeLineColor() |
java.lang.Boolean |
getNewStack() |
java.lang.Boolean |
getNoStepRisers() |
java.lang.String |
getOpenField() |
Pattern |
getPattern() |
java.lang.String |
getPatternField() |
java.lang.Integer |
getPeriodSpan() |
PointPosition |
getPointPosition() |
java.lang.Integer |
getPrecision() |
java.lang.Boolean |
getProCandlesticks() |
java.lang.Boolean |
getShowAllValueLabels() |
java.lang.Boolean |
getShowBalloon() |
ShowPositionOnCandle |
getShowBalloonAt() |
ShowPositionOnCandle |
getShowBulletsAt() |
java.lang.Boolean |
getShowHandOnHover() |
java.lang.Boolean |
getShowOnAxis() |
java.lang.Boolean |
getStackable() |
StepDirection |
getStepDirection() |
java.lang.Boolean |
getSwitchable() |
java.lang.Integer |
getTabIndex() |
java.lang.String |
getTitle() |
java.lang.Integer |
getTopRadius() |
GraphType |
getType() |
java.lang.String |
getUrlField() |
java.lang.String |
getUrlTarget() |
java.lang.Boolean |
getUseLineColorForBulletBorder() |
java.lang.Boolean |
getUseNegativeColorIfDown() |
java.lang.String |
getValueAxis() |
java.lang.String |
getValueField() |
java.lang.Boolean |
getVisibleInLegend() |
java.util.List<java.lang.String> |
getWiredFields() |
java.lang.String |
getXAxis() |
java.lang.String |
getXField() |
java.lang.String |
getYAxis() |
java.lang.String |
getYField() |
T |
setAccessibleLabel(java.lang.String accessibleLabel)
Sets text which screen readers will read if user rolls-over the bullet/column or sets focus using tab key
(this is possible only if tabIndex property of graph is set to some number).
|
T |
setAlphaField(java.lang.String alphaField)
Sets name of the alpha field from your data provider.
|
T |
setAnimationPlayed(java.lang.Boolean animationPlayed)
If you set animationPlayed to true before chart is drawn, the animation of this graph won't be played.
|
T |
setBalloon(Balloon balloon)
Sets the balloon to the graph.
|
T |
setBalloonColor(Color balloonColor)
Sets value balloon color.
|
T |
setBalloonFunction(JsFunction balloonFunction)
Sets JS function, the graph will call it and pass GraphDataItem and AmGraph objects to it.
|
T |
setBalloonText(java.lang.String balloonText)
Sets balloon text.
|
T |
setBehindColumns(java.lang.Boolean behindColumns)
Set behindColumns to true if the line graph should be placed behind column graphs.
|
T |
setBullet(BulletType bullet)
Sets type of the bullets.
|
T |
setBulletAlpha(java.lang.Double bulletAlpha)
Sets opacity of bullets.
|
T |
setBulletAxis(java.lang.String bulletAxis)
bulletAxis value is used when you are building error chart.
|
T |
setBulletBorderAlpha(java.lang.Double bulletBorderAlpha)
Sets bullet border opacity.
|
T |
setBulletBorderColor(Color bulletBorderColor)
Sets bullet border color.
|
T |
setBulletBorderThickness(java.lang.Integer bulletBorderThickness)
Sets bullet border thickness.
|
T |
setBulletColor(Color bulletColor)
Sets bullet color.
|
T |
setBulletField(java.lang.String bulletField)
Sets name of the bullet field from your data provider.
|
T |
setBulletHitAreaSize(java.lang.Integer bulletHitAreaSize)
Sets bullet hit area size.
|
T |
setBulletOffset(java.lang.Integer bulletOffset)
Sets bullet offset.
|
T |
setBulletSize(java.lang.Integer bulletSize)
Sets bullet size.
|
T |
setBulletSizeField(java.lang.String bulletSizeField)
Sets name of the bullet size field from your data provider.
|
T |
setClassNameField(java.lang.String classNameField)
Sets CSS class name field.
|
T |
setCloseField(java.lang.String closeField)
Sets name of the close field (used by candlesticks and ohlc) from your data provider.
|
T |
setClustered(java.lang.Boolean clustered)
Set clustered to false if you want to place this graph's columns in front of other columns.
|
T |
setColor(Color color)
Sets color of value labels.
|
T |
setColorField(java.lang.String colorField)
Sets name of the color field in your data provider.
|
T |
setColumnIndexField(java.lang.String columnIndexField)
Specifies order of columns of each category (starting from 0).You can use this property with non-stacked column
graphs.
|
T |
setColumnWidth(java.lang.Double columnWidth)
Sets column width for each graph individually.
|
T |
setConnect(java.lang.Boolean connect)
Specifies whether to connect data points if data is missing.
|
T |
setCornerRadiusTop(java.lang.Integer cornerRadiusTop)
Sets corner radius of column.
|
T |
setCursorBulletAlpha(java.lang.Double cursorBulletAlpha)
Sets opacity of each graphs bullet.
|
T |
setCustomBullet(java.lang.String customBullet)
Sets path to the image of custom bullet.
|
T |
setCustomBulletField(java.lang.String customBulletField)
Sets name of the custom bullet field in your data provider.
|
T |
setCustomMarker(java.lang.String customMarker)
Sets path to the image for legend marker.
|
T |
setDashLength(java.lang.Integer dashLength)
Sets dash length.
|
T |
setDashLengthField(java.lang.String dashLengthField)
Sets name of the dash length field in your data provider.
|
T |
setDateFormat(DateFormat dateFormat)
Sets date format.
|
T |
setDescriptionField(java.lang.String descriptionField)
Sets name of the description field in your dataProvider.
|
T |
setErrorField(java.lang.String errorField)
Sets name of error value field in your data provider.
|
T |
setFillAlphas(java.lang.Double fillAlphas)
Sets opacity of fill.
|
T |
setFillColors(java.util.List<Color> fillColors)
Sets list of fill colors.
|
T |
setFillColorsField(java.lang.String fillColorsField)
Sets name of the fill colors field in your data provider.
|
T |
setFillToAxis(java.lang.String fillToAxis)
XY chart only.
|
T |
setFillToGraph(java.lang.String fillToGraph)
You can set another graph here and if fillAlpha is greater than 0 , the area from this graph to fillToGraph will
be filled (instead of filling the area to the X axis).
|
T |
setFixedColumnWidth(java.lang.Integer fixedColumnWidth)
Sets column width, in pixels.
|
T |
setFontSize(java.lang.Integer fontSize)
Sets size of value labels text.
|
T |
setForceGap(java.lang.Boolean forceGap)
Set forceGap to true if you want the graph should always break the line if the distance in time between two
adjacent data points is bigger than "gapPeriod * minPeriod", even if connect property is set to true.
|
T |
setGapField(java.lang.String gapField)
Sets name of the gap field in your data provider.
|
T |
setGapPeriod(java.lang.Double gapPeriod)
Specifies when graph should display gap - if the time difference between data points is bigger than duration
of "minPeriod * gapPeriod", and connect property of a graph is set to false, graph will display gap.
|
T |
setGradientOrientation(GradientOrientation gradientOrientation)
Sets orientation of the gradient fills (only for "column" graph type).
|
T |
setHidden(java.lang.Boolean hidden)
Set hidden to true if the graph should be hidden.
|
T |
setHideBulletsCount(java.lang.Integer hideBulletsCount)
Sets hide bullets count.
|
T |
setHighField(java.lang.String highField)
Sets name of the high field (used by candlesticks and ohlc) in your data provider.
|
T |
setId(java.lang.String id)
Sets unique id of a graph.
|
T |
setIncludeInMinMax(java.lang.Boolean includeInMinMax)
Set includeInMinMax to true if this graph should be included when calculating minimum and maximum value of the
axis.
|
T |
setLabelAnchor(java.lang.String labelAnchor)
Sets data label text anchor.
|
T |
setLabelColorField(java.lang.String labelColorField)
Sets name of label color field in your data provider.
|
T |
setLabelFunction(JsFunction labelFunction)
Sets JS function to format labels of data items in any way you want.
|
T |
setLabelOffset(java.lang.Integer labelOffset)
Sets offset of data label.
|
T |
setLabelPosition(ValueLabelPosition labelPosition)
Sets the position of value label.
|
T |
setLabelRotation(java.lang.Integer labelRotation)
Sets the rotation of a data label.
|
T |
setLabelText(java.lang.String labelText)
Sets value label text.
|
T |
setLegendAlpha(java.lang.Double legendAlpha)
Sets legend marker opacity.
|
T |
setLegendColor(Color legendColor)
Sets legend marker color.
|
T |
setLegendColorFunction(JsFunction legendColorFunction)
Sets JS function to handle legend marker color.
|
T |
setLegendPeriodValueText(java.lang.String legendPeriodValueText)
Sets the text which will be displayed in the value portion of the legend when user is not hovering above any
data point.
|
T |
setLegendValueText(java.lang.String legendValueText)
Sets legend value text.
|
T |
setLineAlpha(java.lang.Double lineAlpha)
Sets opacity of the line (or column border).
|
T |
setLineColor(Color lineColor)
Sets color of the line (or column border).
|
T |
setLineColorField(java.lang.String lineColorField)
Sets name of the line color field in your data provider.
|
T |
setLineThickness(java.lang.Integer lineThickness)
Sets thickness of the graph line (or column border).
|
T |
setLowField(java.lang.String lowField)
Sets name of the low field (used by candlesticks and ohlc) in your data provider.
|
T |
setMarkerType(MarkerType markerType)
Sets legend marker type.
|
T |
setMaxBulletSize(java.lang.Integer maxBulletSize)
Sets size of the bullet which value is the biggest (XY chart).
|
T |
setMinBulletSize(java.lang.Integer minBulletSize)
Sets minimum size of the bullet (XY chart).
|
T |
setMinDistance(java.lang.Integer minDistance)
Sets minimum distance.
|
T |
setNegativeBase(java.lang.Double negativeBase)
Sets different base value at which colors should be changed to negative colors if you use different colors
for your negative values.
|
T |
setNegativeFillAlphas(java.lang.Double negativeFillAlphas)
Sets fill opacity of negative part of the graph.
|
T |
setNegativeFillColors(java.util.List<Color> negativeFillColors)
Sets fill color of negative part of the graph.
|
T |
setNegativeLineAlpha(java.lang.Double negativeLineAlpha)
Sets opacity of the negative portion of the line (or column border).
|
T |
setNegativeLineColor(Color negativeLineColor)
Sets color of the line (or column) when the values are negative.
|
T |
setNewStack(java.lang.Boolean newStack)
Set newStack to true if column chart should begin new stack.
|
T |
setNoStepRisers(java.lang.Boolean noStepRisers)
Set noStepRisers to true if you want to have a step line graph without risers.
|
T |
setOpenField(java.lang.String openField)
Sets name of the open field (used by floating columns, candlesticks and ohlc) in your data provider.
|
T |
setPattern(Pattern pattern)
Sets pattern to the graph.
|
T |
setPatternField(java.lang.String patternField)
Sets field name in your data provider which holds pattern information.
|
T |
setPeriodSpan(java.lang.Integer periodSpan)
Sets how many periods one horizontal line should span.
|
T |
setPointPosition(PointPosition pointPosition)
Specifies where data points should be placed - on the beginning of the period (day, hour, etc) or in the
middle (only when parseDates property of categoryAxis is set to true).
|
T |
setPrecision(java.lang.Integer precision)
Sets precision of values.
|
T |
setProCandlesticks(java.lang.Boolean proCandlesticks)
If proCandlesticks is set to true, candlesticks will be colored in a different manner - if current close is
less than current open, the candlestick will be empty, otherwise - filled with color.
|
T |
setShowAllValueLabels(java.lang.Boolean showAllValueLabels)
If graph's type is column and labelText is set, graph hides labels which do not fit into the column's space
or go outside plot area.
|
T |
setShowBalloon(java.lang.Boolean showBalloon)
Set showBalloon to true if the value balloon of this graph should be shown when mouse is over data item or
chart's indicator is over some series.
|
T |
setShowBalloonAt(ShowPositionOnCandle showBalloonAt)
Specifies graphs value at which cursor is shown.
|
T |
setShowBulletsAt(ShowPositionOnCandle showBulletsAt)
Works with candlestick graph type, you can set it to open, close, high, low.
|
T |
setShowHandOnHover(java.lang.Boolean showHandOnHover)
Set showHandOnHover to true if you want mouse pointer to change to hand when hovering the graph.
|
T |
setShowOnAxis(java.lang.Boolean showOnAxis)
If you set showOnAxis to true, the cylinder will be lowered down so that the center of it's bottom circle
would be right on category axis.
|
T |
setStackable(java.lang.Boolean stackable)
Set stackable to false if you want exclude this graph from stacking.
|
T |
setStepDirection(StepDirection stepDirection)
Specifies to which direction step should be drawn.
|
T |
setSwitchable(java.lang.Boolean switchable)
If you set switchable to false, the graph will not be hidden when user clicks on legend entry.
|
T |
setTabIndex(java.lang.Integer tabIndex)
In case you set it to some number, the chart will set focus on bullet/column (starting from first) when user
clicks tab key.
|
T |
setTitle(java.lang.String title)
Sets graph title
|
T |
setTopRadius(java.lang.Integer topRadius)
If you set this to 1, columns will become cylinders (must set depth3D and angle properties of a chart to
greater than 0 values in order this to be visible).
|
T |
setType(GraphType type)
Sets type of the graph.
|
T |
setUrlField(java.lang.String urlField)
Sets name of the URL field in your data provider.
|
T |
setUrlTarget(java.lang.String urlTarget)
Sets target to open URLs in, i.e.
|
T |
setUseLineColorForBulletBorder(java.lang.Boolean useLineColorForBulletBorder)
If set to true, the bullet border will take the same color as graph line.
|
T |
setUseNegativeColorIfDown(java.lang.Boolean useNegativeColorIfDown)
If negativeLineColor and/or negativeFillColors are set and useNegativeColorIfDown is set to true, the line,
step and column graphs will use these colors for lines, bullets or columns if previous value is bigger than
current value.
|
T |
setValueAxis(java.lang.String valueAxis)
Specifies which value axis the graph will use.
|
T |
setValueField(java.lang.String valueField)
Sets name of the value field in your data provider.
|
T |
setVisibleInLegend(java.lang.Boolean visibleInLegend)
Set visibleInLegend to false if the graph shouldn't be shown in the
Legend . |
T |
setXAxis(java.lang.String xAxis)
Sets a horizontal value axis to attach graph to.
|
T |
setXField(java.lang.String xField)
Sets name of the X field in your data provider.
|
T |
setYAxis(java.lang.String yAxis)
Sets a vertical value axis id to attach graph to.
|
T |
setYField(java.lang.String yField)
Sets name of the Y field in your data provider.
|
public java.lang.Boolean getAnimationPlayed()
public T setAnimationPlayed(java.lang.Boolean animationPlayed)
animationPlayed
- animation played optionpublic java.lang.String getTitle()
public T setTitle(java.lang.String title)
title
- graph title stringpublic GraphType getType()
public T setType(GraphType type)
type
- graph typepublic java.lang.String getValueField()
public T setValueField(java.lang.String valueField)
valueField
- value field stringpublic java.lang.String getXField()
public T setXField(java.lang.String xField)
xField
- X field stringpublic java.lang.String getYField()
public T setYField(java.lang.String yField)
yField
- name of the Y fieldpublic java.lang.String getAlphaField()
public T setAlphaField(java.lang.String alphaField)
alphaField
- alpha field stringpublic Color getBalloonColor()
public T setBalloonColor(Color balloonColor)
balloonColor
- value balloon colorpublic java.lang.String getBalloonText()
public T setBalloonText(java.lang.String balloonText)
balloonText
- balloon textpublic java.lang.Boolean getBehindColumns()
public T setBehindColumns(java.lang.Boolean behindColumns)
behindColumns
- behind columns optionpublic BulletType getBullet()
public T setBullet(BulletType bullet)
bullet
- bullet typepublic java.lang.Double getBulletAlpha()
public T setBulletAlpha(java.lang.Double bulletAlpha)
bulletAlpha
- opacity of bulletspublic java.lang.Double getBulletBorderAlpha()
public T setBulletBorderAlpha(java.lang.Double bulletBorderAlpha)
bulletBorderAlpha
- bullet border opacitypublic Color getBulletBorderColor()
public T setBulletBorderColor(Color bulletBorderColor)
bulletBorderColor
- bullet border colorpublic java.lang.Integer getBulletBorderThickness()
public T setBulletBorderThickness(java.lang.Integer bulletBorderThickness)
bulletBorderThickness
- bullet border thicknesspublic Color getBulletColor()
public T setBulletColor(Color bulletColor)
bulletColor
- bullet colorpublic java.lang.String getBulletField()
public T setBulletField(java.lang.String bulletField)
bulletField
- bullet field stringpublic java.lang.Integer getBulletOffset()
public T setBulletOffset(java.lang.Integer bulletOffset)
bulletOffset
- bullet offsetpublic java.lang.Integer getBulletSize()
public T setBulletSize(java.lang.Integer bulletSize)
bulletSize
- bullet sizepublic java.lang.String getBulletSizeField()
public T setBulletSizeField(java.lang.String bulletSizeField)
bulletSizeField
- bullet size field stringpublic java.lang.String getCloseField()
public T setCloseField(java.lang.String closeField)
closeField
- close field stringpublic java.lang.Boolean getClustered()
public T setClustered(java.lang.Boolean clustered)
clustered
- clustered optionpublic Color getColor()
public T setColor(Color color)
color
- color of value labelspublic java.lang.String getColorField()
public T setColorField(java.lang.String colorField)
colorField
- color field stringpublic java.lang.Double getColumnWidth()
public T setColumnWidth(java.lang.Double columnWidth)
columnWidth
- column relative widthpublic java.lang.Boolean getConnect()
public T setConnect(java.lang.Boolean connect)
connect
- connect optionpublic java.lang.Integer getCornerRadiusTop()
public T setCornerRadiusTop(java.lang.Integer cornerRadiusTop)
cornerRadiusTop
- corner radiuspublic java.lang.Double getCursorBulletAlpha()
public T setCursorBulletAlpha(java.lang.Double cursorBulletAlpha)
cursorBulletAlpha
- opacity of each graphs bulletpublic java.lang.String getCustomBullet()
public T setCustomBullet(java.lang.String customBullet)
customBullet
- path to image of custom bulletpublic java.lang.String getCustomBulletField()
public T setCustomBulletField(java.lang.String customBulletField)
customBulletField
- custom bullet field stringpublic java.lang.String getCustomMarker()
public T setCustomMarker(java.lang.String customMarker)
customMarker
- path to the imagepublic java.lang.Integer getDashLength()
public T setDashLength(java.lang.Integer dashLength)
dashLength
- dash lengthpublic java.lang.String getDashLengthField()
public T setDashLengthField(java.lang.String dashLengthField)
dashLengthField
- dash length fieldpublic java.lang.String getDescriptionField()
public T setDescriptionField(java.lang.String descriptionField)
descriptionField
- description field stringpublic java.lang.String getErrorField()
public T setErrorField(java.lang.String errorField)
errorField
- error field stringpublic java.lang.Double getFillAlphas()
public T setFillAlphas(java.lang.Double fillAlphas)
fillAlphas
- opacity of fillpublic java.util.List<Color> getFillColors()
public T setFillColors(java.util.List<Color> fillColors)
fillColors
- list of fill colorspublic java.lang.String getFillColorsField()
public T setFillColorsField(java.lang.String fillColorsField)
SerialChartModelImpl
.fillColorsField
- name of the fill colors fieldpublic java.lang.Integer getFontSize()
public T setFontSize(java.lang.Integer fontSize)
fontSize
- font sizepublic java.lang.Boolean getForceGap()
public T setForceGap(java.lang.Boolean forceGap)
forceGap
- force gappublic GradientOrientation getGradientOrientation()
public T setGradientOrientation(GradientOrientation gradientOrientation)
gradientOrientation
- gradient orientationpublic java.lang.Boolean getHidden()
public T setHidden(java.lang.Boolean hidden)
hidden
- hidden optionpublic java.lang.Integer getHideBulletsCount()
public T setHideBulletsCount(java.lang.Integer hideBulletsCount)
hideBulletsCount
- hide bullets countpublic java.lang.String getHighField()
public T setHighField(java.lang.String highField)
highField
- high field stringpublic java.lang.String getId()
public T setId(java.lang.String id)
id
- id of the graphpublic java.lang.Boolean getIncludeInMinMax()
public T setIncludeInMinMax(java.lang.Boolean includeInMinMax)
includeInMinMax
- include in min max optionpublic java.lang.String getLabelColorField()
public T setLabelColorField(java.lang.String labelColorField)
labelColorField
- label color field stringpublic ValueLabelPosition getLabelPosition()
public T setLabelPosition(ValueLabelPosition labelPosition)
labelPosition
- value label positionpublic java.lang.String getLabelText()
public T setLabelText(java.lang.String labelText)
labelText
- value label textpublic java.lang.Double getLegendAlpha()
public T setLegendAlpha(java.lang.Double legendAlpha)
legendAlpha
- legend marker opacitypublic Color getLegendColor()
public T setLegendColor(Color legendColor)
legendColor
- legend marker colorpublic java.lang.String getLegendPeriodValueText()
public T setLegendPeriodValueText(java.lang.String legendPeriodValueText)
legendPeriodValueText
- legend period value textpublic java.lang.String getLegendValueText()
public T setLegendValueText(java.lang.String legendValueText)
AbstractLegend.valueText
.legendValueText
- legend value textpublic java.lang.Double getLineAlpha()
public T setLineAlpha(java.lang.Double lineAlpha)
lineAlpha
- opacity of the line (or column border)public Color getLineColor()
public T setLineColor(Color lineColor)
CoordinateChartModelImpl.colors
list will be used for each subsequent graph.lineColor
- color of the line (or column border)public java.lang.String getLineColorField()
public T setLineColorField(java.lang.String lineColorField)
SerialChartModelImpl
.lineColorField
- name of the line color fieldpublic java.lang.Integer getLineThickness()
public T setLineThickness(java.lang.Integer lineThickness)
lineThickness
- thickness of the graph line (or column border)public java.lang.String getLowField()
public T setLowField(java.lang.String lowField)
lowField
- low field stringpublic MarkerType getMarkerType()
public T setMarkerType(MarkerType markerType)
markerType
- legend marker typepublic java.lang.Integer getMaxBulletSize()
public T setMaxBulletSize(java.lang.Integer maxBulletSize)
maxBulletSize
- maximum bullet sizepublic java.lang.Integer getMinBulletSize()
public T setMinBulletSize(java.lang.Integer minBulletSize)
minBulletSize
- minimum bullet sizepublic java.lang.Double getNegativeBase()
public T setNegativeBase(java.lang.Double negativeBase)
negativeBase
- negative basepublic java.lang.Double getNegativeFillAlphas()
public T setNegativeFillAlphas(java.lang.Double negativeFillAlphas)
negativeFillAlphas
- negative fill alphaspublic java.util.List<Color> getNegativeFillColors()
public T setNegativeFillColors(java.util.List<Color> negativeFillColors)
negativeFillColors
- negative fill colorspublic java.lang.Double getNegativeLineAlpha()
public T setNegativeLineAlpha(java.lang.Double negativeLineAlpha)
negativeLineAlpha
- opacitypublic Color getNegativeLineColor()
public T setNegativeLineColor(Color negativeLineColor)
negativeLineColor
- colorpublic java.lang.Boolean getNoStepRisers()
public T setNoStepRisers(java.lang.Boolean noStepRisers)
noStepRisers
- noStepRisers optionpublic java.lang.String getOpenField()
public T setOpenField(java.lang.String openField)
openField
- open field stringpublic Pattern getPattern()
public T setPattern(Pattern pattern)
pattern
- patternpublic java.lang.String getPatternField()
public T setPatternField(java.lang.String patternField)
patternField
- pattern field stringpublic java.lang.Integer getPeriodSpan()
public T setPeriodSpan(java.lang.Integer periodSpan)
periodSpan
- period spanpublic PointPosition getPointPosition()
public T setPointPosition(PointPosition pointPosition)
pointPosition
- point positionpublic java.lang.Boolean getShowAllValueLabels()
public T setShowAllValueLabels(java.lang.Boolean showAllValueLabels)
showAllValueLabels
- show all value labels optionpublic java.lang.Boolean getShowBalloon()
public T setShowBalloon(java.lang.Boolean showBalloon)
showBalloon
- show balloon optionpublic ShowPositionOnCandle getShowBalloonAt()
public T setShowBalloonAt(ShowPositionOnCandle showBalloonAt)
showBalloonAt
- graphs value at which cursor is shownpublic java.lang.Boolean getShowHandOnHover()
public T setShowHandOnHover(java.lang.Boolean showHandOnHover)
showHandOnHover
- showHandOnHover optionpublic java.lang.Boolean getStackable()
public T setStackable(java.lang.Boolean stackable)
stackable
- stackable optionpublic StepDirection getStepDirection()
public T setStepDirection(StepDirection stepDirection)
stepDirection
- step directionpublic java.lang.String getUrlField()
public T setUrlField(java.lang.String urlField)
urlField
- the URL field stringpublic java.lang.String getUrlTarget()
public T setUrlTarget(java.lang.String urlTarget)
urlTarget
- the URL targetpublic java.lang.Boolean getUseNegativeColorIfDown()
public T setUseNegativeColorIfDown(java.lang.Boolean useNegativeColorIfDown)
useNegativeColorIfDown
- useNegativeColorIfDown optionpublic java.lang.Boolean getVisibleInLegend()
public T setVisibleInLegend(java.lang.Boolean visibleInLegend)
Legend
. If not set the default
value is true.visibleInLegend
- visible in legend optionpublic java.lang.String getBulletAxis()
public T setBulletAxis(java.lang.String bulletAxis)
bulletAxis
- bullet axispublic java.lang.String getValueAxis()
public T setValueAxis(java.lang.String valueAxis)
valueAxis
- value axis idpublic java.lang.String getXAxis()
public T setXAxis(java.lang.String xAxis)
xAxis
- horizontal value axis idpublic java.lang.String getYAxis()
public T setYAxis(java.lang.String yAxis)
yAxis
- vertical value axis idpublic JsFunction getBalloonFunction()
public T setBalloonFunction(JsFunction balloonFunction)
balloonFunction
- JS functionpublic java.lang.String getFillToGraph()
public T setFillToGraph(java.lang.String fillToGraph)
fillToGraph
- fill to graphpublic java.lang.String getFillToAxis()
public T setFillToAxis(java.lang.String fillToAxis)
fillToAxis
- id of axispublic java.lang.Integer getFixedColumnWidth()
public T setFixedColumnWidth(java.lang.Integer fixedColumnWidth)
fixedColumnWidth
- column widthpublic java.lang.String getGapField()
public T setGapField(java.lang.String gapField)
gapField
- gap field stringpublic java.lang.Double getGapPeriod()
public T setGapPeriod(java.lang.Double gapPeriod)
gapPeriod
- gap periodpublic java.lang.String getLabelAnchor()
public T setLabelAnchor(java.lang.String labelAnchor)
labelAnchor
- label anchor stringpublic JsFunction getLabelFunction()
public T setLabelFunction(JsFunction labelFunction)
labelFunction
- label functionpublic java.lang.Integer getLabelOffset()
public T setLabelOffset(java.lang.Integer labelOffset)
labelOffset
- label offsetpublic java.lang.Integer getMinDistance()
public T setMinDistance(java.lang.Integer minDistance)
minDistance
- minimum distance, in pixelspublic java.lang.Boolean getNewStack()
public T setNewStack(java.lang.Boolean newStack)
newStack
- newStack optionpublic ShowPositionOnCandle getShowBulletsAt()
public T setShowBulletsAt(ShowPositionOnCandle showBulletsAt)
showBulletsAt
- position on candlepublic java.lang.Boolean getShowOnAxis()
public T setShowOnAxis(java.lang.Boolean showOnAxis)
showOnAxis
- showOnAxis optionpublic java.lang.Boolean getSwitchable()
public T setSwitchable(java.lang.Boolean switchable)
switchable
- switchable optionpublic java.lang.Integer getTopRadius()
public T setTopRadius(java.lang.Integer topRadius)
topRadius
- top radiuspublic DateFormat getDateFormat()
public T setDateFormat(DateFormat dateFormat)
dateFormat
- date formatpublic java.lang.Integer getLabelRotation()
public T setLabelRotation(java.lang.Integer labelRotation)
labelRotation
- label rotationpublic java.lang.Integer getPrecision()
public T setPrecision(java.lang.Integer precision)
precision
- precisionpublic java.lang.Boolean getProCandlesticks()
public T setProCandlesticks(java.lang.Boolean proCandlesticks)
proCandlesticks
- proCandlesticks optionpublic java.lang.Boolean getUseLineColorForBulletBorder()
public T setUseLineColorForBulletBorder(java.lang.Boolean useLineColorForBulletBorder)
useLineColorForBulletBorder
- useLineColorForBulletBorder optionpublic java.lang.String getAccessibleLabel()
public T setAccessibleLabel(java.lang.String accessibleLabel)
accessibleLabel
- accessible label stringpublic Balloon getBalloon()
public T setBalloon(Balloon balloon)
Cursor
is
used).balloon
- balloonpublic java.lang.Integer getBulletHitAreaSize()
public T setBulletHitAreaSize(java.lang.Integer bulletHitAreaSize)
bulletHitAreaSize
- bullet hit area sizepublic java.lang.String getClassNameField()
public T setClassNameField(java.lang.String classNameField)
classNameField
- class name field stringpublic java.util.List<java.lang.String> getWiredFields()
DataItem
that are bound to the graphpublic JsFunction getLegendColorFunction()
public T setLegendColorFunction(JsFunction legendColorFunction)
legendColorFunction
- legend color functionpublic java.lang.Integer getTabIndex()
public T setTabIndex(java.lang.Integer tabIndex)
tabIndex
- tab indexpublic java.lang.String getColumnIndexField()
public T setColumnIndexField(java.lang.String columnIndexField)
columnIndexField
- column index field string