NChartLegendLabelPosition Constants Reference

Declared in NChartTypes.h

NChartLegendLabelPosition

The NChartLegendLabelPosition enum provides constants to align legend labels relative to the legend markers.

Definition

typedef NS_ENUM(NSInteger, NChartLegendLabelPosition ) {
   NChartLegendLabelPositionRight,
   NChartLegendLabelPositionBottom,
};

Constants

NChartLegendLabelPositionRight

Legend labels are to the right of the legend markers.

Declared In NChartTypes.h.

NChartLegendLabelPositionBottom

Legend labels are beneath the legend markers.

Declared In NChartTypes.h.

Declared In

NChartTypes.h