'Declaration Public Enum ChartSymbolShape Inherits System.Enum
public enum ChartSymbolShape : System.Enum
'Declaration Public Enum ChartSymbolShape Inherits System.Enum
public enum ChartSymbolShape : System.Enum
Member | Description |
---|---|
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