FlexPivot for WinForms
LinePatternEnum 列挙体

C1.Win.FlexChart.4.5.2 アセンブリ > 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 
メンバ
メンバ解説
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

参照

C1.Chart 名前空間