FlexReport for WinForms
ChartSymbolShape 列挙体


C1.Win.FlexReport.4.8 アセンブリ > C1.Win.FlexReport.Chart 名前空間 : ChartSymbolShape 列挙体
Specifies the shape of a data point symbol.
シンタックス
'宣言
 
Public Enum ChartSymbolShape 
   Inherits System.Enum
'使用法
 
Dim instance As ChartSymbolShape
public enum ChartSymbolShape : System.Enum 
メンバ
メンバ解説
Box
A data point is represented by a solid square.
Circle
A data point is represented by the outline of a circle.
Cross
A data point is represented by crossed horizontal and vertical lines.
DiagCross
A data point is represented by diagonal crossed lines.
Diamond
A data point is represented by a solid diamond.
Dot
A data point is represented by a solid circle.
HorizontalLine
A data point is represented by a short horizontal line.
InvertedTri
A data point is represented by a solid inverted triangle.
None
No symbol represents a data point.
OpenDiamond
A data point is represented by the outline of a diamond.
OpenInvertedTri
A data point is represented by the outline of an inverted triangle.
OpenTri
A data point is represented by the outline of a triangle.
Square
A data point is represented by the outline of a square.
Star
A data point is represented by a solid star.
Tri
A data point is represented by a solid triangle.
VerticalLine
A data point is represented by a short vertical line.
継承階層

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

参照

参照

C1.Win.FlexReport.Chart 名前空間