FlexReport for WinForms
ChartBorderStyle 列挙体


C1.Win.FlexReport.4.8 アセンブリ > C1.Win.FlexReport.Chart 名前空間 : ChartBorderStyle 列挙体
Specifies the style of the border.
シンタックス
'宣言
 
Public Enum ChartBorderStyle 
   Inherits System.Enum
'使用法
 
Dim instance As ChartBorderStyle
public enum ChartBorderStyle : System.Enum 
メンバ
メンバ解説
Dashed
Dashed line border.
Double
Double solid line border.
Empty
Empty Border.
Fillet
Compound border (raised+inset).
Groove
Compound border (inset+raised).
Inset
Inset 3D border, drawn using system colors.
InsetBevel
Inset 3D border with bevel.
None
No border.
NotSet
Border style is not set and is inherited from the Chart field.
Opaque
Solid line border rendered without antialiasing. Opaque borders ignore rounding and are most useful for antialiased charts to be rendered as transparent images.
Raised
Raised 3D border, drawn using system colors.
RaisedBevel
Raised 3D border with bevel.
Solid
Solid line border.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.FlexReport.Chart.ChartBorderStyle

参照

参照

C1.Win.FlexReport.Chart 名前空間