Class PlotOptionsStyle
java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
- All Implemented Interfaces:
Serializable
Styles for PlotOptions of different plot types
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetArea()getBar()getFlags()getGantt()getGauge()getLine()getOhlc()getPie()voidsetArea(PlotOptionsArea area) Sets the style options forChartType.AREAchartsvoidsetArearange(PlotOptionsArearange arearange) Sets the style options forChartType.AREARANGEchartsvoidsetAreaspline(PlotOptionsAreaspline areaspline) Sets the style options forChartType.AREASPLINEchartsvoidsetAreasplinerange(PlotOptionsAreasplinerange areasplinerange) Sets the style options forChartType.AREASPLINERANGEchartsvoidsetBar(PlotOptionsBar bar) Sets the style options forChartType.BARchartsvoidsetBoxplot(PlotOptionsBoxplot boxplot) Sets the style options forChartType.BOXPLOTchartsvoidsetBubble(PlotOptionsBubble bubble) Sets the style options forChartType.BUBBLEchartsvoidsetBullet(PlotOptionsBullet bullet) Sets the style options forChartType.BULLETchartsvoidsetCandlestick(PlotOptionsCandlestick candlestick) Sets the style options forChartType.CANDLESTICKchartsvoidsetColumn(PlotOptionsColumn column) Sets the style options forChartType.COLUMNchartsvoidsetColumnrange(PlotOptionsColumnrange columnrange) Sets the style options forChartType.COLUMNRANGEchartsvoidsetErrorbar(PlotOptionsErrorbar errorbar) Sets the style options forChartType.ERRORBARchartsvoidsetFlags(PlotOptionsFlags flags) Sets the style options forChartType.FLAGSchartsvoidsetFunnel(PlotOptionsFunnel funnel) Sets the style options forChartType.FUNNELchartsvoidsetGantt(PlotOptionsGantt gantt) Sets the style options forChartType.GANTTchartsvoidsetGauge(PlotOptionsGauge gauge) Sets the style options forChartType.GAUGEchartsvoidsetHeatmap(PlotOptionsHeatmap heatmap) Sets the style options forChartType.HEATMAPchartsvoidsetLine(PlotOptionsLine line) Sets the style options forChartType.LINEchartsvoidsetOhlc(PlotOptionsOhlc ohlc) Sets the style options forChartType.OHLCchartsvoidsetOrganization(PlotOptionsOrganization organization) Sets the style options forChartType.ORGANIZATIONchartsvoidsetPie(PlotOptionsPie pie) Sets the style options forChartType.PIEchartsvoidsetPolygon(PlotOptionsPolygon polygon) Sets the style options forChartType.POLYGONchartsvoidsetPyramid(PlotOptionsPyramid pyramid) Sets the style options forChartType.PYRAMIDchartsvoidsetScatter(PlotOptionsScatter scatter) Sets the style options forChartType.SCATTERchartsvoidsetSeries(PlotOptionsSeries series) Sets the style options for all type of chartsvoidsetSolidgauge(PlotOptionsSolidgauge solidgauge) Sets the style options forChartType.SOLIDGAUGEchartsvoidsetSpline(PlotOptionsSpline spline) Sets the style options forChartType.SPLINEchartsvoidsetTimeline(PlotOptionsTimeline timeline) Sets the style options forChartType.TIMELINEchartsvoidsetTreemap(PlotOptionsTreemap treemap) Sets the style options forChartType.TREEMAPchartsvoidsetWaterfall(PlotOptionsWaterfall waterfall) Sets the style options forChartType.WATERFALLchartsvoidsetXrange(PlotOptionsXrange xrange) Sets the style options forChartType.XRANGEcharts
-
Constructor Details
-
PlotOptionsStyle
public PlotOptionsStyle()
-
-
Method Details
-
getBar
- See Also:
-
setBar
Sets the style options forChartType.BARcharts- Parameters:
bar-
-
getArea
- See Also:
-
setArea
Sets the style options forChartType.AREAcharts- Parameters:
area-
-
getPie
- See Also:
-
setPie
Sets the style options forChartType.PIEcharts- Parameters:
pie-
-
getLine
- See Also:
-
setLine
Sets the style options forChartType.LINEcharts- Parameters:
line-
-
getColumn
- See Also:
-
setColumn
Sets the style options forChartType.COLUMNcharts- Parameters:
column-
-
getSpline
- See Also:
-
setSpline
Sets the style options forChartType.SPLINEcharts- Parameters:
spline-
-
getSeries
- See Also:
-
setSeries
Sets the style options for all type of charts- Parameters:
series-
-
getArearange
- See Also:
-
setArearange
Sets the style options forChartType.AREARANGEcharts- Parameters:
arearange-
-
getAreasplinerange
-
setAreasplinerange
Sets the style options forChartType.AREASPLINERANGEcharts- Parameters:
areasplinerange-
-
getAreaspline
- See Also:
-
setAreaspline
Sets the style options forChartType.AREASPLINEcharts- Parameters:
areaspline-
-
getPyramid
- See Also:
-
setPyramid
Sets the style options forChartType.PYRAMIDcharts- Parameters:
pyramid-
-
getWaterfall
- See Also:
-
setWaterfall
Sets the style options forChartType.WATERFALLcharts- Parameters:
waterfall-
-
getTreeMap
-
setTreemap
Sets the style options forChartType.TREEMAPcharts- Parameters:
treemap-
-
getPolygon
- See Also:
-
setPolygon
Sets the style options forChartType.POLYGONcharts- Parameters:
polygon-
-
getBoxplot
- See Also:
-
setBoxplot
Sets the style options forChartType.BOXPLOTcharts- Parameters:
boxplot-
-
getBubble
- See Also:
-
setBubble
Sets the style options forChartType.BUBBLEcharts- Parameters:
bubble-
-
getColumnrange
-
setColumnrange
Sets the style options forChartType.COLUMNRANGEcharts- Parameters:
columnrange-
-
getErrorbar
-
setErrorbar
Sets the style options forChartType.ERRORBARcharts- Parameters:
errorbar-
-
getFunnel
- See Also:
-
setFunnel
Sets the style options forChartType.FUNNELcharts- Parameters:
funnel-
-
getGauge
- See Also:
-
setGauge
Sets the style options forChartType.GAUGEcharts- Parameters:
gauge-
-
getHeatmap
-
setHeatmap
Sets the style options forChartType.HEATMAPcharts- Parameters:
heatmap-
-
getScatter
-
setScatter
Sets the style options forChartType.SCATTERcharts- Parameters:
scatter-
-
getSolidgauge
-
setSolidgauge
Sets the style options forChartType.SOLIDGAUGEcharts- Parameters:
solidgauge-
-
getTreemap
- See Also:
-
getCandlestick
-
setCandlestick
Sets the style options forChartType.CANDLESTICKcharts- Parameters:
candlestick-
-
getFlags
- See Also:
-
setFlags
Sets the style options forChartType.FLAGScharts- Parameters:
flags-
-
getOhlc
- See Also:
-
setOhlc
Sets the style options forChartType.OHLCcharts- Parameters:
ohlc-
-
getBullet
- See Also:
-
setBullet
Sets the style options forChartType.BULLETcharts- Parameters:
bullet-
-
getOrganization
- See Also:
-
setOrganization
Sets the style options forChartType.ORGANIZATIONcharts- Parameters:
organization-
-
getTimeline
- See Also:
-
setTimeline
Sets the style options forChartType.TIMELINEcharts- Parameters:
timeline-
-
getXrange
- See Also:
-
setXrange
Sets the style options forChartType.XRANGEcharts- Parameters:
xrange-
-
getGantt
- See Also:
-
setGantt
Sets the style options forChartType.GANTTcharts- Parameters:
gantt-
-