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

DXSelectionBehavior Enum

Lists values that specify possible behaviors of a pie segment selection.

Declaration

typedef NS_ENUM(NSInteger, DXSelectionBehavior) {
    DXSelectionBehaviorHatch = 0,
    DXSelectionBehaviorExplode = 1,
}

Members

Name Description
DXSelectionBehaviorHatch

Selected points are hatched. The hatch value sample

DXSelectionBehaviorExplode

Selected points are pulled out. The explode value sample

Remarks

The DXPieChart.selectionBehavior property uses this enumeration’s values.