'声明 Public Enum LineMarkerInteraction Inherits System.Enum
public enum LineMarkerInteraction : System.Enum
'声明 Public Enum LineMarkerInteraction Inherits System.Enum
public enum LineMarkerInteraction : System.Enum
成员 | 说明 |
---|---|
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. |
System.Object
System.ValueType
System.Enum
C1.WPF.Chart.Interaction.LineMarkerInteraction