Reports for WPF
Chart.LinePatternEnum 列挙体

C1.WPF.C1Report.CustomFields.4 アセンブリ > C1.C1Report.CustomFields 名前空間 : Chart.LinePatternEnum 列挙体
Represents the patterns of the line.
シンタックス
'宣言
 
Public Enum Chart.LinePatternEnum 
   Inherits System.Enum
public enum Chart.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.C1Report.CustomFields.Chart.LinePatternEnum

参照

C1.C1Report.CustomFields 名前空間