NChartLegendOrientation Constants Reference

Declared in NChartTypes.h

NChartLegendOrientation

The NChartLegendOrientation enum provides constants for different legend docking modes.

Definition

typedef NS_ENUM(NSInteger, NChartLegendOrientation ) {
   NChartLegendOrientationFixed,
   NChartLegendOrientationFreeHorizontal,
   NChartLegendOrientationFreeVertical,
   NChartLegendOrientationFreeFloat,
};

Constants

NChartLegendOrientationFixed

Legend is fixed, you cannot alter the legend’s origin, because it will be ignored.

Declared In NChartTypes.h.

NChartLegendOrientationFreeHorizontal

Legend is fixed by the Y-Axis, but free by the X-Axis, so you can alter the x-value of the origin and the y-value will be ignored.

Declared In NChartTypes.h.

NChartLegendOrientationFreeVertical

Legend is fixed by the X-Axis, but free by the Y-Axis, so you can alter the y-value of the origin and the x-value will be ignored.

Declared In NChartTypes.h.

NChartLegendOrientationFreeFloat

Legend is free by the X- and Y-Axis, so you can alter the origin.

Declared In NChartTypes.h.

Declared In

NChartTypes.h