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

DXLegendOrientation Enum

Lists the values that specify a legend orientation.

Declaration

typedef NS_ENUM(NSInteger, DXLegendOrientation) {
    DXLegendOrientationLeftToRight = 0,
    DXLegendOrientationTopToBottom = 1,
}

Members

Name Description
DXLegendOrientationLeftToRight

Specifies that legend entries are positioned horizontally from the left to the right of the legend according to the indexes of the corresponding series within a chart. leftToRight

DXLegendOrientationTopToBottom

Specifies that legend entries are positioned vertically from the top to the bottom of the legend according to the indexes of the corresponding series within a chart. topToBottom

Remarks

The DXLegend.orientation property uses this enumeration’s values.