FlexChart | ComponentOne
C1.WPF.Chart 程序集 / C1.WPF.Chart.Interaction 命名空间 / LineMarkerInteraction 枚举

本主题中
    LineMarkerInteraction 枚举
    本主题中
    Specifies how the LineMarker interacts with the user.
    语法
    '声明
     
    Public Enum LineMarkerInteraction 
       Inherits System.Enum
    public enum LineMarkerInteraction : System.Enum 
    成员
    成员说明
    DragThe LineMarker moves when the user drags the line.
    MoveThe LineMarker moves with the pointer.
    NoneNo interaction, the user specifies the position by clicking.
    继承层次

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.Chart.Interaction.LineMarkerInteraction

    请参见