DXChartSelectionKind Enum
Lists all values indicating what chart element should be selected.
Declaration
typedef NS_ENUM(NSInteger, DXChartSelectionKind) {
DXChartSelectionKindSeries = 0,
DXChartSelectionKindPoint = 1,
}
Members
Name | Description |
---|---|
DXChartSelectionKindSeries
|
A whole series can be is selected. |
DXChartSelectionKindPoint
|
A single data point can be selected. |