FlexReport for WinForms
ChartLineJoin 列挙体


C1.Win.FlexReport.4.8 アセンブリ > C1.Win.FlexReport.Chart 名前空間 : ChartLineJoin 列挙体
Specifies how to join consecutive line or curve segments in a figure (subpath).
シンタックス
'宣言
 
Public Enum ChartLineJoin 
   Inherits System.Enum
'使用法
 
Dim instance As ChartLineJoin
public enum ChartLineJoin : System.Enum 
メンバ
メンバ解説
Bevel
Specifies a beveled join. This produces a diagonal corner.
Miter
Specifies a mitered join. This produces a sharp corner or a clipped corner, depending on whether the length of the miter exceeds the miter limit.
MiterClipped
Specifies a mitered join. This produces a sharp corner or a beveled corner, depending on whether the length of the miter exceeds the miter limit.
Round
Specifies a circular join. This produces a smooth, circular arc between the lines.
継承階層

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

参照

参照

C1.Win.FlexReport.Chart 名前空間