Use the members of this enumeration to set the value of the Shape property in the Chart3DSymbolStyle class.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
public enum SymbolShapeEnum
Visual Basic
Public Enumeration SymbolShapeEnum

Members

Member nameValueDescription
None0 No symbol represents data point.
Box1 Data point represented by small solid square
Dot2 Data point represented by small solid circle.
Tri3 Data point represented by solid triangle.
Diamond4 Data point represented by solid diamond.
InvertedTri5 Data point represented by solid inverted triangle.
Star6 Data point represented by solid star.
VerticalLine7 Data point represented by short vertical line.
HorizontalLine8 Data point represented by short horizontal line.
Cross9 Data point represented by crossed horizontal and vertical lines.
DiagCross10 Data point represented by diagonal crossed lines.
Circle11 Data point represented by the outline of a circle.
Square12 Data point represented by the outline of a square.
OpenTri13 Data point represented by the outline of a triangle.
OpenDiamond14 Data point represented by the outline of a diamond.
OpenInvertedTri15 Data point represented by the outline of an inverted triangle.

See Also