NChartTimeAxisLabelsLayout Constants Reference

Declared in NChartTypes.h

NChartTimeAxisLabelsLayout

The NChartTimeAxisLabelsLayout enum provides constants to control the label’s layout on the time axis.

Definition

typedef NS_ENUM(NSInteger, NChartTimeAxisLabelsLayout ) {
   NChartTimeAxisShowAllLabels = 0,
   NChartTimeAxisShowFirstLastLabelsOnly = 1,
};

Constants

NChartTimeAxisShowAllLabels

Show all labels.

Declared In NChartTypes.h.

NChartTimeAxisShowFirstLastLabelsOnly

Show the first and the last labels only.

Declared In NChartTypes.h.

Declared In

NChartTypes.h