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

DXSweepDirection Enum

Lists values specifying the direction in which a Pie series is swept.

Declaration

typedef NS_ENUM(NSInteger, DXSweepDirection) {
    DXSweepDirectionClockwise = 0,
    DXSweepDirectionCounterClockwise = 1,
}

Members

Name Description
DXSweepDirectionClockwise

The Pie series is swept clockwise. Clockwise Example

DXSweepDirectionCounterClockwise

The Pie series is swept counterclockwise. Clockwise Example