Skip to main content

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. Point selection sample

DXChartSelectionKindPoint

A single data point can be selected. Point selection sample