FlexChart for WinForms
LinePatternEnum 列挙体

C1.Chart アセンブリ > C1.Chart 名前空間 : 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 
メンバ
メンバ解説
Dash
A dashed line.
DashDot
A line with alternating dashes and dots.
DashDotDot
A line with series consisting of a dash followed by two dots.
Dot
A dotted line.
None
No line is drawn.
Solid
A solid line.
継承階層

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

参照

参照

C1.Chart 名前空間