ActiveReports for .NET 18.0J
LineStyle 列挙体

GrapeCity.ActiveReports.Chart.Graphics 名前空間 : LineStyle 列挙体
使用する線スタイルを指定します。
シンタックス
'宣言
 
Public Enum LineStyle 
   Inherits System.Enum
public enum LineStyle : System.Enum 
メンバ
メンバ解説
Dash破線を描画します。
DashDot1点鎖線を描画します。
DashDotDot2点鎖線を描画します。
Dot点線を描画します。
None線スタイルを使用しません。
Solid実線を描画します。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Chart.Graphics.LineStyle

参照

GrapeCity.ActiveReports.Chart.Graphics 名前空間