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

本主题中
    LinePatternEnum 枚举
    本主题中
    Use the members of this enumeration to set the value of the LinePattern property in the ChartStyle class.
    语法
    '声明
     
    Public Enum LinePatternEnum 
       Inherits System.Enum
    public enum LinePatternEnum : System.Enum 
    成员
    成员说明
    DashA dashed line.
    DashDotA line with alternating dashes and dots.
    DashDotDotA line with series consisting of a dash followed by two dots.
    DotA dotted line.
    NoneNo line is drawn.
    SolidA solid line.
    继承层次

    System.Object
       System.ValueType
          System.Enum
             C1.Chart.LinePatternEnum

    请参见