DXLegendVerticalPosition Enum
Lists the values specifying the legend's vertical position within the chart.
Declaration
typedef NS_ENUM(NSInteger, DXLegendVerticalPosition) {
DXLegendVerticalPositionTopOutside = 0,
DXLegendVerticalPositionTop = 1,
DXLegendVerticalPositionCenter = 2,
DXLegendVerticalPositionBottom = 3,
DXLegendVerticalPositionBottomOutside = 4,
}
Members
Name |
Description |
DXLegendVerticalPositionBottom |
The legend is positioned on the bottom side of the plot area.

|
DXLegendVerticalPositionBottomOutside |
The legend is positioned outside of the bottom side of the plot area.

|
DXLegendVerticalPositionCenter |
Centers the legend vertically within a chart.

|
DXLegendVerticalPositionTop |
The legend is positioned on the top side of the plot area.

|
DXLegendVerticalPositionTopOutside |
The legend is positioned outside of the top side of the plot area.

|