XuniChartMarkerInteraction Constants Reference

Declared in FlexChartEnums.h

XuniChartMarkerInteraction

Specifies how the LineMarker interacts with the user.

Definition

typedef NS_ENUM(NSInteger, XuniChartMarkerInteraction ) {
   XuniChartMarkerInteractionNone,
   XuniChartMarkerInteractionMove,
   XuniChartMarkerInteractionDrag,
};

Constants

XuniChartMarkerInteractionNone

No interaction.

Declared In FlexChartEnums.h.

XuniChartMarkerInteractionMove

The LineMarker moves when the user taps or drags along the plot.

Declared In FlexChartEnums.h.

XuniChartMarkerInteractionDrag

The LineMarker moves when the user touches down on the line or marker itself and drags.

Declared In FlexChartEnums.h.

Declared In

FlexChartEnums.h