Uses of Class
com.vaadin.flow.component.charts.model.ChartType
Packages that use ChartType
-
Uses of ChartType in com.vaadin.flow.component.charts
Constructors in com.vaadin.flow.component.charts with parameters of type ChartType -
Uses of ChartType in com.vaadin.flow.component.charts.model
Fields in com.vaadin.flow.component.charts.model declared as ChartTypeModifier and TypeFieldDescriptionstatic final ChartTypeChartType.AREAstatic final ChartTypeChartType.AREARANGEstatic final ChartTypeChartType.AREASPLINEstatic final ChartTypeChartType.AREASPLINERANGEstatic final ChartTypeChartType.BARstatic final ChartTypeChartType.BOXPLOTstatic final ChartTypeChartType.BUBBLEstatic final ChartTypeChartType.BULLETstatic final ChartTypeChartType.CANDLESTICKstatic final ChartTypeChartType.COLUMNstatic final ChartTypeChartType.COLUMNRANGEstatic final ChartTypeChartType.ERRORBARstatic final ChartTypeChartType.FLAGSstatic final ChartTypeChartType.FUNNELstatic final ChartTypeChartType.GANTTstatic final ChartTypeChartType.GAUGEstatic final ChartTypeChartType.HEATMAPstatic final ChartTypeChartType.LINEstatic final ChartTypeChartType.OHLCstatic final ChartTypeChartType.ORGANIZATIONstatic final ChartTypeChartType.PIEstatic final ChartTypeChartType.POLYGONstatic final ChartTypeChartType.PYRAMIDstatic final ChartTypeChartType.SANKEYstatic final ChartTypeChartType.SCATTERstatic final ChartTypeChartType.SOLIDGAUGEstatic final ChartTypeChartType.SPLINEstatic final ChartTypeChartType.TIMELINEstatic final ChartTypeChartType.TREEMAPstatic final ChartTypeChartType.WATERFALLstatic final ChartTypeChartType.XRANGEMethods in com.vaadin.flow.component.charts.model that return ChartTypeModifier and TypeMethodDescriptionAbstractPlotOptions.getChartType()abstract ChartTypeAreaOptions.getChartType()abstract ChartTypeOhlcOptions.getChartType()PlotOptionsArea.getChartType()PlotOptionsArearange.getChartType()PlotOptionsAreaspline.getChartType()PlotOptionsAreasplinerange.getChartType()PlotOptionsBar.getChartType()PlotOptionsBoxplot.getChartType()PlotOptionsBubble.getChartType()PlotOptionsBullet.getChartType()PlotOptionsCandlestick.getChartType()PlotOptionsColumn.getChartType()PlotOptionsColumnrange.getChartType()PlotOptionsErrorbar.getChartType()PlotOptionsFlags.getChartType()PlotOptionsFunnel.getChartType()PlotOptionsGantt.getChartType()PlotOptionsGauge.getChartType()PlotOptionsHeatmap.getChartType()PlotOptionsLine.getChartType()PlotOptionsOhlc.getChartType()PlotOptionsOrganization.getChartType()PlotOptionsPie.getChartType()PlotOptionsPolygon.getChartType()PlotOptionsPyramid.getChartType()PlotOptionsSankey.getChartType()PlotOptionsScatter.getChartType()PlotOptionsSolidgauge.getChartType()PlotOptionsSpline.getChartType()PlotOptionsTimeline.getChartType()PlotOptionsTreemap.getChartType()PlotOptionsWaterfall.getChartType()PlotOptionsXrange.getChartType()abstract ChartTypePointOptions.getChartType()abstract ChartTypePyramidOptions.getChartType()static ChartTypeChartType.getDefault()ChartModel.getType()Methods in com.vaadin.flow.component.charts.model with parameters of type ChartTypeModifier and TypeMethodDescriptionConfiguration.getPlotOptions(ChartType type) Returns the plot options for a specific chart type used by this configuration.voidThe default series type for the chart.