XuniChartAnnotationAttachment Constants Reference

Declared in FlexChartEnums.h

XuniChartAnnotationAttachment

Specifies the attachment of the annotation.

Definition

typedef NS_ENUM(NSInteger, XuniChartAnnotationAttachment ) {
   XuniChartAnnotationAttachmentAbsolute,
   XuniChartAnnotationAttachmentDataCoordinate,
   XuniChartAnnotationAttachmentDataIndex,
   XuniChartAnnotationAttachmentRelative,
};

Constants

XuniChartAnnotationAttachmentAbsolute

The coordinates of the annotation are specified by the annotation’s shape data in pixels.

Declared In FlexChartEnums.h.

XuniChartAnnotationAttachmentDataCoordinate

The annotation coordinates are specified in data coordinates.

Declared In FlexChartEnums.h.

XuniChartAnnotationAttachmentDataIndex

The annotation coordinates are specified by the data series index and point index.

Declared In FlexChartEnums.h.

XuniChartAnnotationAttachmentRelative

The annotation coordinates are specified as a relative position within the control where (0,0) is the top left corner and (1,1) is the bottom right corner.

Declared In FlexChartEnums.h.

Declared In

FlexChartEnums.h