NChartTimeAxisLabelsPosition Constants Reference

Declared in NChartTypes.h

NChartTimeAxisLabelsPosition

The NChartTimeAxisLabelsPosition enum provides constants to the control label’s positions on the time axis.

Definition

typedef NS_ENUM(NSInteger, NChartTimeAxisLabelsPosition ) {
   NChartTimeAxisLabelsAbove,
   NChartTimeAxisLabelsBeneath,
};

Constants

NChartTimeAxisLabelsAbove

Place labels above the time axis.

Declared In NChartTypes.h.

NChartTimeAxisLabelsBeneath

Place labels beneath the time axis.

Declared In NChartTypes.h.

Declared In

NChartTypes.h