NChartTimeAxisTickShape Constants Reference

Declared in NChartTypes.h

NChartTimeAxisTickShape

The NChartTimeAxisTickShape enum provides constants to control the shape of ticks on the time axis.

Definition

typedef NS_ENUM(NSInteger, NChartTimeAxisTickShape ) {
   NChartTimeAxisTickShapeLine,
   NChartTimeAxisTickShapeTriangle,
};

Constants

NChartTimeAxisTickShapeLine

Ticks in the shape of a line.

Declared In NChartTypes.h.

NChartTimeAxisTickShapeTriangle

Ticks in the shape of a triangle.

Declared In NChartTypes.h.

Declared In

NChartTypes.h