[]
        
(Showing Draft Content)

C1.iOS.Chart.Interaction.LineMarkerInteraction

LineMarkerInteraction Class

Specifies how the LineMarker interacts with the user.

Inheritance
LineMarkerInteraction
Namespace: C1.iOS.Chart.Interaction
Assembly: C1.iOS.Chart.dll
Syntax
public sealed class LineMarkerInteraction : Enum

Fields

Name Description
Drag

The LineMarker moves when the user drags the line.

Move

The LineMarker moves with the pointer.

None

No interaction, the user specifies the position by clicking.

value__