[]
        
(Showing Draft Content)

C1.Blazor.Chart.Interaction.LineMarkerInteraction

LineMarkerInteraction Enum

Specifies how the LineMarker interacts with the user.

Namespace: C1.Blazor.Chart.Interaction
Assembly: C1.Blazor.Chart.dll
Syntax
public enum LineMarkerInteraction

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.