Uses of Class
com.vaadin.flow.component.charts.model.ChartType
-
Packages that use ChartType Package Description com.vaadin.flow.component.charts com.vaadin.flow.component.charts.model -
-
Uses of ChartType in com.vaadin.flow.component.charts
Constructors in com.vaadin.flow.component.charts with parameters of type ChartType Constructor Description Chart(ChartType type)Creates a new chart with the given type -
Uses of ChartType in com.vaadin.flow.component.charts.model
Fields in com.vaadin.flow.component.charts.model declared as ChartType Modifier and Type Field Description static ChartTypeChartType. AREAstatic ChartTypeChartType. AREARANGEstatic ChartTypeChartType. AREASPLINEstatic ChartTypeChartType. AREASPLINERANGEstatic ChartTypeChartType. BARstatic ChartTypeChartType. BOXPLOTstatic ChartTypeChartType. BUBBLEstatic ChartTypeChartType. BULLETstatic ChartTypeChartType. CANDLESTICKstatic ChartTypeChartType. COLUMNstatic ChartTypeChartType. COLUMNRANGEstatic ChartTypeChartType. ERRORBARstatic ChartTypeChartType. FLAGSstatic ChartTypeChartType. FUNNELstatic ChartTypeChartType. GAUGEstatic ChartTypeChartType. HEATMAPstatic ChartTypeChartType. LINEstatic ChartTypeChartType. OHLCstatic ChartTypeChartType. ORGANIZATIONstatic ChartTypeChartType. PIEstatic ChartTypeChartType. POLYGONstatic ChartTypeChartType. PYRAMIDstatic ChartTypeChartType. SCATTERstatic ChartTypeChartType. SOLIDGAUGEstatic ChartTypeChartType. SPLINEstatic ChartTypeChartType. TIMELINEstatic ChartTypeChartType. TREEMAPstatic ChartTypeChartType. WATERFALLstatic ChartTypeChartType. XRANGEMethods in com.vaadin.flow.component.charts.model that return ChartType Modifier and Type Method Description ChartTypeAbstractPlotOptions. getChartType()abstract ChartTypeAreaOptions. getChartType()abstract ChartTypeOhlcOptions. getChartType()ChartTypePlotOptionsArea. getChartType()ChartTypePlotOptionsArearange. getChartType()ChartTypePlotOptionsAreaspline. getChartType()ChartTypePlotOptionsAreasplinerange. getChartType()ChartTypePlotOptionsBar. getChartType()ChartTypePlotOptionsBoxplot. getChartType()ChartTypePlotOptionsBubble. getChartType()ChartTypePlotOptionsBullet. getChartType()ChartTypePlotOptionsCandlestick. getChartType()ChartTypePlotOptionsColumn. getChartType()ChartTypePlotOptionsColumnrange. getChartType()ChartTypePlotOptionsErrorbar. getChartType()ChartTypePlotOptionsFlags. getChartType()ChartTypePlotOptionsFunnel. getChartType()ChartTypePlotOptionsGauge. getChartType()ChartTypePlotOptionsHeatmap. getChartType()ChartTypePlotOptionsLine. getChartType()ChartTypePlotOptionsOhlc. getChartType()ChartTypePlotOptionsOrganization. getChartType()ChartTypePlotOptionsPie. getChartType()ChartTypePlotOptionsPolygon. getChartType()ChartTypePlotOptionsPyramid. getChartType()ChartTypePlotOptionsScatter. getChartType()ChartTypePlotOptionsSolidgauge. getChartType()ChartTypePlotOptionsSpline. getChartType()ChartTypePlotOptionsTimeline. getChartType()ChartTypePlotOptionsTreemap. getChartType()ChartTypePlotOptionsWaterfall. getChartType()ChartTypePlotOptionsXrange. getChartType()abstract ChartTypePointOptions. getChartType()abstract ChartTypePyramidOptions. getChartType()static ChartTypeChartType. getDefault()ChartTypeChartModel. getType()Methods in com.vaadin.flow.component.charts.model with parameters of type ChartType Modifier and Type Method Description AbstractPlotOptionsConfiguration. getPlotOptions(ChartType type)Returns the plot options for a specific chart type used by this configuration.voidChartModel. setType(ChartType type)The default series type for the chart.
-