| Package | Description |
|---|---|
| com.vaadin.flow.component.charts.model |
| Modifier and Type | Method and Description |
|---|---|
DataGrouping |
RangeSelectorButton.getDataGrouping() |
abstract DataGrouping |
PointOptions.getDataGrouping() |
DataGrouping |
PlotOptionsSpline.getDataGrouping() |
DataGrouping |
PlotOptionsSeries.getDataGrouping() |
DataGrouping |
PlotOptionsScatter.getDataGrouping() |
DataGrouping |
PlotOptionsPolygon.getDataGrouping() |
DataGrouping |
PlotOptionsOhlc.getDataGrouping() |
DataGrouping |
PlotOptionsLine.getDataGrouping() |
DataGrouping |
PlotOptionsColumnrange.getDataGrouping() |
DataGrouping |
PlotOptionsColumn.getDataGrouping() |
DataGrouping |
PlotOptionsCandlestick.getDataGrouping() |
DataGrouping |
PlotOptionsAreasplinerange.getDataGrouping() |
DataGrouping |
PlotOptionsAreaspline.getDataGrouping() |
DataGrouping |
PlotOptionsArearange.getDataGrouping() |
DataGrouping |
PlotOptionsArea.getDataGrouping() |
abstract DataGrouping |
OhlcOptions.getDataGrouping() |
abstract DataGrouping |
AreaOptions.getDataGrouping() |
| Modifier and Type | Method and Description |
|---|---|
void |
RangeSelectorButton.setDataGrouping(DataGrouping dataGrouping)
Defines a custom data grouping definition for the button
|
abstract void |
PointOptions.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.
|
void |
PlotOptionsSpline.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.
|
void |
PlotOptionsSeries.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.
|
void |
PlotOptionsScatter.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.
|
void |
PlotOptionsPolygon.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.
|
void |
PlotOptionsOhlc.setDataGrouping(DataGrouping dataGrouping) |
void |
PlotOptionsLine.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.
|
void |
PlotOptionsColumnrange.setDataGrouping(DataGrouping dataGrouping) |
void |
PlotOptionsColumn.setDataGrouping(DataGrouping dataGrouping) |
void |
PlotOptionsCandlestick.setDataGrouping(DataGrouping dataGrouping) |
void |
PlotOptionsAreasplinerange.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.
|
void |
PlotOptionsAreaspline.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.
|
void |
PlotOptionsArearange.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.
|
void |
PlotOptionsArea.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 void |
OhlcOptions.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 void |
AreaOptions.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.
|
Copyright © 2025. All rights reserved.