Uses of Class
com.vaadin.flow.component.charts.model.DataGrouping
Packages that use DataGrouping
-
Uses of DataGrouping in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return DataGroupingModifier and TypeMethodDescriptionabstract DataGroupingAreaOptions.getDataGrouping()abstract DataGroupingOhlcOptions.getDataGrouping()PlotOptionsArea.getDataGrouping()PlotOptionsArearange.getDataGrouping()PlotOptionsAreaspline.getDataGrouping()PlotOptionsAreasplinerange.getDataGrouping()PlotOptionsCandlestick.getDataGrouping()PlotOptionsColumn.getDataGrouping()PlotOptionsColumnrange.getDataGrouping()PlotOptionsLine.getDataGrouping()PlotOptionsOhlc.getDataGrouping()PlotOptionsPolygon.getDataGrouping()PlotOptionsScatter.getDataGrouping()PlotOptionsSeries.getDataGrouping()PlotOptionsSpline.getDataGrouping()abstract DataGroupingPointOptions.getDataGrouping()RangeSelectorButton.getDataGrouping()Methods in com.vaadin.flow.component.charts.model with parameters of type DataGroupingModifier and TypeMethodDescriptionabstract voidAreaOptions.setDataGrouping(DataGrouping dataGrouping) Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the charts.abstract voidOhlcOptions.setDataGrouping(DataGrouping dataGrouping) Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.voidPlotOptionsArea.setDataGrouping(DataGrouping dataGrouping) Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.voidPlotOptionsArearange.setDataGrouping(DataGrouping dataGrouping) Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.voidPlotOptionsAreaspline.setDataGrouping(DataGrouping dataGrouping) Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.voidPlotOptionsAreasplinerange.setDataGrouping(DataGrouping dataGrouping) Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.voidPlotOptionsCandlestick.setDataGrouping(DataGrouping dataGrouping) voidPlotOptionsColumn.setDataGrouping(DataGrouping dataGrouping) voidPlotOptionsColumnrange.setDataGrouping(DataGrouping dataGrouping) voidPlotOptionsLine.setDataGrouping(DataGrouping dataGrouping) Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.voidPlotOptionsOhlc.setDataGrouping(DataGrouping dataGrouping) voidPlotOptionsPolygon.setDataGrouping(DataGrouping dataGrouping) Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.voidPlotOptionsScatter.setDataGrouping(DataGrouping dataGrouping) Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.voidPlotOptionsSeries.setDataGrouping(DataGrouping dataGrouping) Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.voidPlotOptionsSpline.setDataGrouping(DataGrouping dataGrouping) Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.abstract voidPointOptions.setDataGrouping(DataGrouping dataGrouping) Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the charts.voidRangeSelectorButton.setDataGrouping(DataGrouping dataGrouping) Defines a custom data grouping definition for the button