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

本主题中
    LineMarkerAlignment 枚举
    本主题中
    Specifies the alignment of the LineMarker.
    语法
    '声明
     
    Public Enum LineMarkerAlignment 
       Inherits System.Enum
    public enum LineMarkerAlignment : System.Enum 
    成员
    成员说明
    AutoThe LineMarker alignment adjusts automatically so that it stays inside the boundaries of the plot area.
    BottomThe LineMarker aligns to the bottom of the pointer.
    LeftThe LineMarker aligns to the left of the pointer.
    RightThe LineMarker aligns to the right of the pointer.
    TopThe LineMarker aligns to the top of the pointer.
    继承层次

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

    请参见