public interface CoordinateChartModel<T extends CoordinateChartModel> extends ChartModel<T>, HasStartEffect<T>, HasColors<T>
Modifier and Type | Method and Description |
---|---|
T |
addGraphs(Graph... graphs)
Adds graphs to the chart.
|
T |
addGuides(Guide... guides)
Adds guides.
|
T |
addValueAxes(ValueAxis... valueAxes)
Adds ValueAxes.
|
java.util.List<Graph> |
getGraphs() |
java.lang.Boolean |
getGridAboveGraphs() |
java.util.List<Guide> |
getGuides() |
java.lang.Boolean |
getSequencedAnimation() |
java.lang.Double |
getStartAlpha() |
java.lang.String |
getUrlTarget() |
java.util.List<ValueAxis> |
getValueAxes() |
T |
setGraphs(java.util.List<Graph> graphs)
Sets the list of graphs belonging to this chart.
|
T |
setGridAboveGraphs(java.lang.Boolean gridAboveGraphs)
Set grid above graphs to true if grid should be drawn above the graphs or below.
|
T |
setGuides(java.util.List<Guide> guides)
Sets list of guides.
|
T |
setSequencedAnimation(java.lang.Boolean sequencedAnimation)
Specifies whether the animation should be sequenced or all objects should appear at once.
|
T |
setStartAlpha(java.lang.Double startAlpha)
Sets the initial opacity of the column/line.
|
T |
setUrlTarget(java.lang.String urlTarget)
Sets target of URL.
|
T |
setValueAxes(java.util.List<ValueAxis> valueAxes)
Sets list of ValueAxis.
|
addAdditionalFields, addData, addLabels, addPrefixesOfBigNumbers, addPrefixesOfSmallNumbers, addTitles, getAccessible, getAccessibleTitle, getAddClassNames, getAdditionalFields, getAllLabels, getAutoDisplay, getAutoResize, getAutoTransform, getBackgroundAlpha, getBackgroundColor, getBalloon, getBorderAlpha, getBorderColor, getClassNamePrefix, getColor, getCreditsPosition, getDataProvider, getDecimalSeparator, getDefs, getExport, getFontFamily, getFontSize, getHandDrawn, getHandDrawScatter, getHandDrawThickness, getHideBalloonTime, getLanguage, getLegend, getPanEventsEnabled, getPath, getPathToImages, getPercentPrecision, getPrecision, getPrefixesOfBigNumbers, getPrefixesOfSmallNumbers, getProcessCount, getProcessTimeout, getResponsive, getSvgIcons, getTapToActivate, getTheme, getThousandsSeparator, getTitles, getTouchClickDuration, getUsePrefixes, setAccessible, setAccessibleTitle, setAddClassNames, setAdditionalFields, setAllLabels, setAutoDisplay, setAutoResize, setAutoTransform, setBackgroundAlpha, setBackgroundColor, setBalloon, setBorderAlpha, setBorderColor, setClassNamePrefix, setColor, setCreditsPosition, setDataProvider, setDecimalSeparator, setDefs, setExport, setFontFamily, setFontSize, setHandDrawn, setHandDrawScatter, setHandDrawThickness, setHideBalloonTime, setLanguage, setLegend, setPanEventsEnabled, setPath, setPathToImages, setPercentPrecision, setPrecision, setPrefixesOfBigNumbers, setPrefixesOfSmallNumbers, setProcessCount, setProcessTimeout, setResponsive, setSvgIcons, setTapToActivate, setTheme, setThousandsSeparator, setTitles, setTouchClickDuration, setUsePrefixes
getStartDuration, getStartEffect, setStartDuration, setStartEffect
java.util.List<Graph> getGraphs()
T setGraphs(java.util.List<Graph> graphs)
graphs
- list of graphsjava.util.List<ValueAxis> getValueAxes()
T setValueAxes(java.util.List<ValueAxis> valueAxes)
valueAxes
- list of ValueAxisT addValueAxes(ValueAxis... valueAxes)
valueAxes
- the value axesjava.util.List<Guide> getGuides()
T setGuides(java.util.List<Guide> guides)
guides
- list of guidesjava.lang.Boolean getGridAboveGraphs()
T setGridAboveGraphs(java.lang.Boolean gridAboveGraphs)
gridAboveGraphs
- grid above graphs optionjava.lang.Boolean getSequencedAnimation()
T setSequencedAnimation(java.lang.Boolean sequencedAnimation)
sequencedAnimation
- sequenced animation optionjava.lang.Double getStartAlpha()
T setStartAlpha(java.lang.Double startAlpha)
startAlpha
- - the start alphajava.lang.String getUrlTarget()
T setUrlTarget(java.lang.String urlTarget)
urlTarget
- the URL target string