Skip to main content
A newer version of this page is available.

DXChartSelectionMode Enum

Lists all values indicating how many chart elements can be selected simultaneously.

Declaration

typedef NS_ENUM(NSInteger, DXChartSelectionMode) {
    DXChartSelectionModeNone = 0,
    DXChartSelectionModeSingle = 1,
    DXChartSelectionModeMultiple = 2,
}

Members

Name Description
DXChartSelectionModeNone

The selection of a chart is disabled.

DXChartSelectionModeSingle

Only one chart element can be selected. Single selection mode

DXChartSelectionModeMultiple

Multiple chart elements can be selected. Multiple selection mode