Use the members of this enumeration to set the value of the Shape
property in the Chart3DSymbolStyle class.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.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 small solid square | |
| Dot | 2 | Data point represented by small solid circle. | |
| Tri | 3 | Data point represented by solid triangle. | |
| Diamond | 4 | Data point represented by solid diamond. | |
| InvertedTri | 5 | Data point represented by solid inverted triangle. | |
| Star | 6 | Data point represented by solid star. | |
| VerticalLine | 7 | Data point represented by short vertical line. | |
| HorizontalLine | 8 | Data point represented by 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. |