NChartAutoZoomAxes Constants Reference

Declared in NChartTypes.h

NChartAutoZoomAxes

The NChartAutoZoomAxes enum provides constants to determine which axes should be zoomed automatically.

Definition

typedef NS_ENUM(NSUInteger, NChartAutoZoomAxes ) {
   NChartAutoZoomNormalAxis,
   NChartAutoZoomSecondaryAxis,
   NChartAutoZoomBothAxes,
};

Constants

NChartAutoZoomNormalAxis

Zoom normal axis.

Declared In NChartTypes.h.

NChartAutoZoomSecondaryAxis

Zoom secondary axis.

Declared In NChartTypes.h.

NChartAutoZoomBothAxes

Zoom both normal and secondary axes.

Declared In NChartTypes.h.

Declared In

NChartTypes.h