Use the members of this enumeration to set the value of
the Shape property in
the ChartSymbolStyle class.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# |
|---|
public enum SymbolShapeEnum |
| Visual Basic |
|---|
Public Enumeration SymbolShapeEnum |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No symbol represents data point. | |
| Box | 1 | Data point represented by a solid square. | |
| Dot | 2 | Data point represented by a solid circle. | |
| Tri | 3 | Data point represented by a solid triangle. | |
| Diamond | 4 | Data point represented by a solid diamond. | |
| InvertedTri | 5 | Data point represented by a solid inverted triangle. | |
| Star | 6 | Data point represented by a solid star. | |
| VerticalLine | 7 | Data point represented by a short vertical line. | |
| HorizontalLine | 8 | Data point represented by a short horizontal line. | |
| Cross | 9 | Data point represented by crossed horizontal and vertical lines. | |
| DiagCross | 10 | Data point represented by diagonal crossed lines. | |
| Circle | 11 | Data point represented by the outline of a circle. | |
| Square | 12 | Data point represented by the outline of a square. | |
| OpenTri | 13 | Data point represented by the outline of a triangle. | |
| OpenDiamond | 14 | Data point represented by the outline of a diamond. | |
| OpenInvertedTri | 15 | Data point represented by the outline of an inverted triangle. |