Interface | Description |
---|---|
SupportCombineMode |
Identifies widget series that can be combined with other
SupportCombineMode instances of same type. |
Class | Description |
---|---|
ChartSeriesCombineStrategy |
Handles combination of widget series that are
SupportCombineMode instances and have their SupportCombineMode.getCombineMode() member specified. |
CombinedSeries |
Immutable class that stores information for a collection of combined series.
|
CombinedSeriesPlotStrategy |
Base class for
CombinedSeries plot algorithms. |
CombinedSeriesRoundLayoutStrategy |
Base class for
CombinedSeries layout rounding algorithms. |
CombineGroup |
Stores one or more data points of combined chart series within a group.
|
CombineStack |
Contains information for a collection of stacked series.
|
Enum | Description |
---|---|
ChartSeriesCombineMode |
Defines how multiple series of same type are combined on the plot area.
|