XuniChartAnnotationPosition Constants Reference

Declared in FlexChartEnums.h

XuniChartAnnotationPosition

Specifies the position of the annotation.

Definition

typedef NS_ENUM(NSInteger, XuniChartAnnotationPosition ) {
   XuniChartAnnotationPositionBottom,
   XuniChartAnnotationPositionCenter,
   XuniChartAnnotationPositionLeft,
   XuniChartAnnotationPositionRight,
   XuniChartAnnotationPositionTop,
};

Constants

XuniChartAnnotationPositionBottom

The annotation appears at the bottom of the target point.

Declared In FlexChartEnums.h.

XuniChartAnnotationPositionCenter

The annotation appears at the center of the target point.

Declared In FlexChartEnums.h.

XuniChartAnnotationPositionLeft

The annotation appears to the left of the target point.

Declared In FlexChartEnums.h.

XuniChartAnnotationPositionRight

The annotation appears to the right of the target point.

Declared In FlexChartEnums.h.

XuniChartAnnotationPositionTop

The annotation appears at the top of the target point.

Declared In FlexChartEnums.h.

Declared In

FlexChartEnums.h