com.vaadin.flow.component.charts.model.style.
Class PlotOptionsStyle
- java.lang.Object
-
- com.vaadin.flow.component.charts.model.AbstractConfigurationObject
-
- com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
All Implemented Interfaces:
public class PlotOptionsStyle extends AbstractConfigurationObject
Styles for PlotOptions of different plot types
See Also:
-
-
Constructor Summary
Constructors Constructor Description PlotOptionsStyle()
-
Method Summary
-
-
-
Method Detail
-
getBar
public PlotOptionsBar getBar()
See Also:
-
setBar
public void setBar(PlotOptionsBar bar)
Sets the style options for
ChartType.BAR
chartsParameters:
bar
-
-
getArea
public PlotOptionsArea getArea()
See Also:
-
setArea
public void setArea(PlotOptionsArea area)
Sets the style options for
ChartType.AREA
chartsParameters:
area
-
-
getPie
public PlotOptionsPie getPie()
See Also:
-
setPie
public void setPie(PlotOptionsPie pie)
Sets the style options for
ChartType.PIE
chartsParameters:
pie
-
-
getLine
public PlotOptionsLine getLine()
See Also:
-
setLine
public void setLine(PlotOptionsLine line)
Sets the style options for
ChartType.LINE
chartsParameters:
line
-
-
getColumn
public PlotOptionsColumn getColumn()
See Also:
-
setColumn
public void setColumn(PlotOptionsColumn column)
Sets the style options for
ChartType.COLUMN
chartsParameters:
column
-
-
getSpline
public PlotOptionsSpline getSpline()
See Also:
-
setSpline
public void setSpline(PlotOptionsSpline spline)
Sets the style options for
ChartType.SPLINE
chartsParameters:
spline
-
-
getSeries
public PlotOptionsSeries getSeries()
See Also:
-
setSeries
public void setSeries(PlotOptionsSeries series)
Sets the style options for all type of charts
Parameters:
series
-
-
getArearange
public PlotOptionsArearange getArearange()
See Also:
-
setArearange
public void setArearange(PlotOptionsArearange arearange)
Sets the style options for
ChartType.AREARANGE
chartsParameters:
arearange
-
-
getAreasplinerange
public PlotOptionsAreasplinerange getAreasplinerange()
-
setAreasplinerange
public void setAreasplinerange(PlotOptionsAreasplinerange areasplinerange)
Sets the style options for
ChartType.AREASPLINERANGE
chartsParameters:
areasplinerange
-
-
getAreaspline
public PlotOptionsAreaspline getAreaspline()
See Also:
-
setAreaspline
public void setAreaspline(PlotOptionsAreaspline areaspline)
Sets the style options for
ChartType.AREASPLINE
chartsParameters:
areaspline
-
-
getPyramid
public PlotOptionsPyramid getPyramid()
See Also:
-
setPyramid
public void setPyramid(PlotOptionsPyramid pyramid)
Sets the style options for
ChartType.PYRAMID
chartsParameters:
pyramid
-
-
getWaterfall
public PlotOptionsWaterfall getWaterfall()
See Also:
-
setWaterfall
public void setWaterfall(PlotOptionsWaterfall waterfall)
Sets the style options for
ChartType.WATERFALL
chartsParameters:
waterfall
-
-
getTreeMap
public PlotOptionsTreemap getTreeMap()
-
setTreemap
public void setTreemap(PlotOptionsTreemap treemap)
Sets the style options for
ChartType.TREEMAP
chartsParameters:
treemap
-
-
getPolygon
public PlotOptionsPolygon getPolygon()
See Also:
-
setPolygon
public void setPolygon(PlotOptionsPolygon polygon)
Sets the style options for
ChartType.POLYGON
chartsParameters:
polygon
-
-
getBoxplot
public PlotOptionsBoxplot getBoxplot()
See Also:
-
setBoxplot
public void setBoxplot(PlotOptionsBoxplot boxplot)
Sets the style options for
ChartType.BOXPLOT
chartsParameters:
boxplot
-
-
getBubble
public PlotOptionsBubble getBubble()
See Also:
-
setBubble
public void setBubble(PlotOptionsBubble bubble)
Sets the style options for
ChartType.BUBBLE
chartsParameters:
bubble
-
-
getColumnrange
public PlotOptionsColumnrange getColumnrange()
-
setColumnrange
public void setColumnrange(PlotOptionsColumnrange columnrange)
Sets the style options for
ChartType.COLUMNRANGE
chartsParameters:
columnrange
-
-
getErrorbar
public PlotOptionsErrorbar getErrorbar()
-
setErrorbar
public void setErrorbar(PlotOptionsErrorbar errorbar)
Sets the style options for
ChartType.ERRORBAR
chartsParameters:
errorbar
-
-
getFunnel
public PlotOptionsFunnel getFunnel()
See Also:
-
setFunnel
public void setFunnel(PlotOptionsFunnel funnel)
Sets the style options for
ChartType.FUNNEL
chartsParameters:
funnel
-
-
getGauge
public PlotOptionsGauge getGauge()
See Also:
-
setGauge
public void setGauge(PlotOptionsGauge gauge)
Sets the style options for
ChartType.GAUGE
chartsParameters:
gauge
-
-
getHeatmap
public PlotOptionsHeatmap getHeatmap()
-
setHeatmap
public void setHeatmap(PlotOptionsHeatmap heatmap)
Sets the style options for
ChartType.HEATMAP
chartsParameters:
heatmap
-
-
getScatter
public PlotOptionsScatter getScatter()
-
setScatter
public void setScatter(PlotOptionsScatter scatter)
Sets the style options for
ChartType.SCATTER
chartsParameters:
scatter
-
-
getSolidgauge
public PlotOptionsSolidgauge getSolidgauge()
-
setSolidgauge
public void setSolidgauge(PlotOptionsSolidgauge solidgauge)
Sets the style options for
ChartType.SOLIDGAUGE
chartsParameters:
solidgauge
-
-
getTreemap
public PlotOptionsTreemap getTreemap()
See Also:
-
getCandlestick
public PlotOptionsCandlestick getCandlestick()
-
setCandlestick
public void setCandlestick(PlotOptionsCandlestick candlestick)
Sets the style options for
ChartType.CANDLESTICK
chartsParameters:
candlestick
-
-
getFlags
public PlotOptionsFlags getFlags()
See Also:
-
setFlags
public void setFlags(PlotOptionsFlags flags)
Sets the style options for
ChartType.FLAGS
chartsParameters:
flags
-
-
getOhlc
public PlotOptionsOhlc getOhlc()
See Also:
-
setOhlc
public void setOhlc(PlotOptionsOhlc ohlc)
Sets the style options for
ChartType.OHLC
chartsParameters:
ohlc
-
-
getBullet
public PlotOptionsBullet getBullet()
See Also:
-
setBullet
public void setBullet(PlotOptionsBullet bullet)
Sets the style options for
ChartType.BULLET
chartsParameters:
bullet
-
-
getOrganization
public PlotOptionsOrganization getOrganization()
See Also:
-
setOrganization
public void setOrganization(PlotOptionsOrganization organization)
Sets the style options for
ChartType.ORGANIZATION
chartsParameters:
organization
-
-
getTimeline
public PlotOptionsTimeline getTimeline()
See Also:
-
setTimeline
public void setTimeline(PlotOptionsTimeline timeline)
Sets the style options for
ChartType.TIMELINE
chartsParameters:
timeline
-
-
getXrange
public PlotOptionsXrange getXrange()
See Also:
-
setXrange
public void setXrange(PlotOptionsXrange xrange)
Sets the style options for
ChartType.XRANGE
chartsParameters:
xrange
-
-
-