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

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
DXLegendVerticalPositionTopOutside

The legend is positioned outside of the top side of the plot area. The top-outside value sample

DXLegendVerticalPositionTop

The legend is positioned on the top side of the plot area. The top value sample

DXLegendVerticalPositionCenter

Centers the legend vertically within a chart. The center value sample

DXLegendVerticalPositionBottom

The legend is positioned on the bottom side of the plot area. The bottom value sample

DXLegendVerticalPositionBottomOutside

The legend is positioned outside of the bottom side of the plot area. The bottom-outside value sample

Remarks

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