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

本主题中
    LineMarkerLines 枚举
    本主题中
    Specifies the line type for the LineMarker.
    语法
    '声明
     
    Public Enum LineMarkerLines 
       Inherits System.Enum
    public enum LineMarkerLines : System.Enum 
    成员
    成员说明
    BothShow both vertical and horizontal lines.
    HorizontalShow a horizontal line.
    NoneShow no line.
    VerticalShow a vertical line.
    继承层次

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

    请参见