Package org.zkoss.chart.plotOptions
Class PlotOptions
- java.lang.Object
-
- org.zkoss.chart.Optionable
-
- org.zkoss.chart.plotOptions.PlotOptions
-
- All Implemented Interfaces:
Serializable,OptionDataListener,org.zkoss.json.JSONAware
public class PlotOptions extends Optionable
An option for all plotsAll the options in this class support
DynamicalAttribute.- Author:
- RaymondChao
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.zkoss.chart.Optionable
NOT_NULL_VALUE, options
-
-
Constructor Summary
Constructors Constructor Description PlotOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ArcDiagramPlotOptionsgetArcDiagram()Returns the arc diagram plot optionAreaPlotOptionsgetArea()Returns the area plot optionAreaRangePlotOptionsgetAreaRange()Returns the area range plot optionAreaSplinePlotOptionsgetAreaSpline()Returns the areaspline plot optionAreaSplineRangePlotOptionsgetAreaSplineRange()Returns the areaspline range plot optionBarPlotOptionsgetBar()Returns the bar plot optionBellCurvePlotOptionsgetBellCurve()Returns the bell curve plot optionBoxPlotOptionsgetBoxPlot()Returns the box plot optionBubblePlotOptionsgetBubble()Returns the bubble plot optionBulletPlotOptionsgetBullet()Returns the bullet plot optionColumnPlotOptionsgetColumn()Returns the column plot optionColumnPyramidPlotOptionsgetColumnPyramid()Returns the column pyramid plot optionColumnRangePlotOptionsgetColumnRange()Returns the column range plot optionCylinderPlotOptionsgetCylinder()Returns the cylinder plot optionDependencyWheelPlotOptionsgetDependencyWheel()Returns the dependency wheel plot optionDumbbellPlotOptionsgetDumbbell()Returns the dumbbell plot optionErrorBarPlotOptionsgetErrorBar()Returns the error bar plot optionFunnelPlotOptionsgetFunnel()Returns the funnel plot optionFunnel3DPlotOptionsgetFunnel3D()Returns the funnel 3d plot optionGaugePlotOptionsgetGauge()Returns the gauge plot optionHeatmapPlotOptionsgetHeat()Returns the heatmap plot optionHistogramPlotOptionsgetHistogram()Returns the histogram plot optionItemPlotOptionsgetItem()Returns the item plot optionLinePlotOptionsgetLine()Returns the line plot optionLollipopPlotOptionsgetLollipop()Returns the lollipop plot optionNetworkGraphPlotOptionsgetNetworkGraph()Returns the networkgraph plot option.BooleangetNullInteraction()Get whether or not data-points with the value of null should be interactive.OrganizationPlotOptionsgetOrganization()Returns the organization plot optionPackedBubblePlotOptionsgetPackedBubble()Returns the packed bubble plot optionParetoPlotOptionsgetPareto()Returns the pareto plot optionPictorialPlotOptionsgetPictorial()Returns the pictorial plot optionPiePlotOptionsgetPie()Returns the pie plot optionPolygonPlotOptionsgetPolygon()Returns the polygon plot optionPyramidPlotOptionsgetPyramid()Returns the pyramid plot optionPyramid3DPlotOptionsgetPyramid3D()Returns the pyramid 3D plot optionSankeyPlotOptionsgetSankey()Returns the sankey plot optionScatterPlotOptionsgetScatter()Returns the scatter plot optionScatter3DPlotOptionsgetScatter3D()Returns the scatter 3D plot optionSeriesPlotOptionsgetSeries()Returns the series plot optionSolidGaugePlotOptionsgetSolidGauge()Returns the solid gauge plot optionSeriesSonificationgetSonification()Returns sonification/audio chart options for a series.SplinePlotOptionsgetSpline()Returns the spline plot optionStreamGraphPlotOptionsgetStreamGraph()Returns the streamgraph plot optionSunburstPlotOptionsgetSunburst()Returns the sunburst plot optionTilemapPlotOptionsgetTilemap()Returns the tilemap plot optionTimelinePlotOptionsgetTimeline()Returns the timeline plot optionTreemapPlotOptionsgetTree()Deprecated.as release of 10.3.3.0, please usegetTreemap()instead.TreegraphPlotOptionsgetTreegraph()Returns the treemap plot optionTreemapPlotOptionsgetTreemap()Returns the treemap plot optionVariablePiePlotOptionsgetVariablePie()Returns the variable pie plot optionVariwidePlotOptionsgetVariwide()Returns the variwide plot optionVectorPlotOptionsgetVector()Returns the vector plot optionVennPlotOptionsgetVenn()Returns the venn plot optionWaterfallPlotOptionsgetWaterfall()Returns the water fall plot optionWindBarbPlotOptionsgetWindBarb()Returns the wind barb plot optionWordCloudPlotOptionsgetWordCloud()Returns the word cloud plot optionXRangePlotOptionsgetXRange()Returns the xrange plot optionvoidsetNullInteraction(Boolean nullInteraction)Sets whether or not data-points with the value of null should be interactive.voidsetSonification(SeriesSonification sonification)Sets sonification/audio chart options for a series.-
Methods inherited from class org.zkoss.chart.Optionable
addExtraAttr, addOptionDataListener, clearOptonDataListener, clone, containsKey, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, getAttr, getAttr, getClientState, getExtraAttr, merge, onChange, removeExtraAttr, removeKey, removeOptionDataListener, setAttr, setAttr, setAttr, setAttr, toJSONString, toString
-
-
-
-
Method Detail
-
getArcDiagram
public ArcDiagramPlotOptions getArcDiagram()
Returns the arc diagram plot option- Since:
- 10.2.1.0
-
getArea
public AreaPlotOptions getArea()
Returns the area plot option
-
getAreaRange
public AreaRangePlotOptions getAreaRange()
Returns the area range plot option
-
getAreaSpline
public AreaSplinePlotOptions getAreaSpline()
Returns the areaspline plot option
-
getAreaSplineRange
public AreaSplineRangePlotOptions getAreaSplineRange()
Returns the areaspline range plot option
-
getBar
public BarPlotOptions getBar()
Returns the bar plot option
-
getBellCurve
public BellCurvePlotOptions getBellCurve()
Returns the bell curve plot option- Since:
- 7.2.1.0
-
getBoxPlot
public BoxPlotOptions getBoxPlot()
Returns the box plot option
-
getBubble
public BubblePlotOptions getBubble()
Returns the bubble plot option
-
getBullet
public BulletPlotOptions getBullet()
Returns the bullet plot option- Since:
- 7.2.1.0
-
getColumn
public ColumnPlotOptions getColumn()
Returns the column plot option
-
getColumnPyramid
public ColumnPyramidPlotOptions getColumnPyramid()
Returns the column pyramid plot option- Since:
- 7.2.1.0
-
getColumnRange
public ColumnRangePlotOptions getColumnRange()
Returns the column range plot option
-
getCylinder
public CylinderPlotOptions getCylinder()
Returns the cylinder plot option- Since:
- 7.2.1.0
-
getDependencyWheel
public DependencyWheelPlotOptions getDependencyWheel()
Returns the dependency wheel plot option- Since:
- 7.2.1.0
-
getErrorBar
public ErrorBarPlotOptions getErrorBar()
Returns the error bar plot option
-
getDumbbell
public DumbbellPlotOptions getDumbbell()
Returns the dumbbell plot option- Since:
- 10.2.1.0
-
getFunnel
public FunnelPlotOptions getFunnel()
Returns the funnel plot option
-
getFunnel3D
public Funnel3DPlotOptions getFunnel3D()
Returns the funnel 3d plot option- Since:
- 7.2.1.0
-
getGauge
public GaugePlotOptions getGauge()
Returns the gauge plot option
-
getHeat
public HeatmapPlotOptions getHeat()
Returns the heatmap plot option
-
getHistogram
public HistogramPlotOptions getHistogram()
Returns the histogram plot option- Since:
- 7.2.1.0
-
getItem
public ItemPlotOptions getItem()
Returns the item plot option- Since:
- 7.2.1.0
-
getLine
public LinePlotOptions getLine()
Returns the line plot option
-
getLollipop
public LollipopPlotOptions getLollipop()
Returns the lollipop plot option- Since:
- 10.2.1.0
-
getNetworkGraph
public NetworkGraphPlotOptions getNetworkGraph()
Returns the networkgraph plot option.- Since:
- 7.2.1.0
-
getOrganization
public OrganizationPlotOptions getOrganization()
Returns the organization plot option- Since:
- 7.2.1.0
-
getPackedBubble
public PackedBubblePlotOptions getPackedBubble()
Returns the packed bubble plot option- Since:
- 7.2.1.0
-
getPareto
public ParetoPlotOptions getPareto()
Returns the pareto plot option- Since:
- 7.2.1.0
-
getPictorial
public PictorialPlotOptions getPictorial()
Returns the pictorial plot option- Since:
- 11.2.0.0
-
getPie
public PiePlotOptions getPie()
Returns the pie plot option
-
getPolygon
public PolygonPlotOptions getPolygon()
Returns the polygon plot option- Since:
- 7.2.1.0
-
getPyramid
public PyramidPlotOptions getPyramid()
Returns the pyramid plot option- Since:
- 7.2.1.0
-
getPyramid3D
public Pyramid3DPlotOptions getPyramid3D()
Returns the pyramid 3D plot option- Since:
- 7.2.1.0
-
getSankey
public SankeyPlotOptions getSankey()
Returns the sankey plot option- Since:
- 7.2.1.0
-
getScatter
public ScatterPlotOptions getScatter()
Returns the scatter plot option
-
getScatter3D
public Scatter3DPlotOptions getScatter3D()
Returns the scatter 3D plot option- Since:
- 7.2.1.0
-
getSeries
public SeriesPlotOptions getSeries()
Returns the series plot option
-
getSonification
public SeriesSonification getSonification()
Returns sonification/audio chart options for a series.- Since:
- 11.2.0.0
-
setSonification
public void setSonification(SeriesSonification sonification)
Sets sonification/audio chart options for a series.- Since:
- 11.2.0.0
-
getSolidGauge
public SolidGaugePlotOptions getSolidGauge()
Returns the solid gauge plot option
-
getSpline
public SplinePlotOptions getSpline()
Returns the spline plot option
-
getStreamGraph
public StreamGraphPlotOptions getStreamGraph()
Returns the streamgraph plot option- Since:
- 7.2.1.0
-
getSunburst
public SunburstPlotOptions getSunburst()
Returns the sunburst plot option- Since:
- 7.2.1.0
-
getTilemap
public TilemapPlotOptions getTilemap()
Returns the tilemap plot option- Since:
- 7.2.1.0
-
getTimeline
public TimelinePlotOptions getTimeline()
Returns the timeline plot option- Since:
- 7.2.1.0
-
getTree
public TreemapPlotOptions getTree()
Deprecated.as release of 10.3.3.0, please usegetTreemap()instead.Returns the treemap plot option
-
getTreemap
public TreemapPlotOptions getTreemap()
Returns the treemap plot option- Since:
- 10.3.3.0
-
getTreegraph
public TreegraphPlotOptions getTreegraph()
Returns the treemap plot option- Since:
- 10.3.3.0
-
getVariablePie
public VariablePiePlotOptions getVariablePie()
Returns the variable pie plot option- Since:
- 7.2.1.0
-
getVariwide
public VariwidePlotOptions getVariwide()
Returns the variwide plot option- Since:
- 7.2.1.0
-
getVector
public VectorPlotOptions getVector()
Returns the vector plot option- Since:
- 7.2.1.0
-
getVenn
public VennPlotOptions getVenn()
Returns the venn plot option- Since:
- 7.2.1.0
-
getWaterfall
public WaterfallPlotOptions getWaterfall()
Returns the water fall plot option
-
getWindBarb
public WindBarbPlotOptions getWindBarb()
Returns the wind barb plot option- Since:
- 7.2.1.0
-
getWordCloud
public WordCloudPlotOptions getWordCloud()
Returns the word cloud plot option- Since:
- 7.2.1.0
-
getXRange
public XRangePlotOptions getXRange()
Returns the xrange plot option- Since:
- 7.2.1.0
-
getNullInteraction
public Boolean getNullInteraction()
Get whether or not data-points with the value of null should be interactive. When this is set to true, tooltips may highlight these points, and this option also enables keyboard navigation for such points. Format options for such points include nullFormat and nullFormater. Works for these series: line, spline, area, area-spline, column, bar, and* timeline. Default: null.- Since:
- 12.2.0.0
-
setNullInteraction
public void setNullInteraction(Boolean nullInteraction)
Sets whether or not data-points with the value of null should be interactive. When this is set to true, tooltips may highlight these points, and this option also enables keyboard navigation for such points. Format options for such points include nullFormat and nullFormater. Works for these series: line, spline, area, area-spline, column, bar, and* timeline. Default: null.- Since:
- 12.2.0.0
-
-