FlexReport for WinForms
ChartLinePattern 列挙体


C1.Win.FlexReport.4.8 アセンブリ > C1.Win.FlexReport.Chart 名前空間 : ChartLinePattern 列挙体
Specifies the pattern of the line.
シンタックス
'宣言
 
Public Enum ChartLinePattern 
   Inherits System.Enum
'使用法
 
Dim instance As ChartLinePattern
public enum ChartLinePattern : 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.Win.FlexReport.Chart.ChartLinePattern

参照

参照

C1.Win.FlexReport.Chart 名前空間