Use the members of this enumeration to set the value of the ChartSymbolStyle.Shape property in the ChartSymbolStyle class.
[Visual Basic]
Public Enum C1.Win.C1Chart.SymbolShapeEnum
[C#]
public enum C1.Win.C1Chart.SymbolShapeEnum
[Delphi]
type C1.Win.C1Chart.SymbolShapeEnum = (Box, Circle, Cross, DiagCross, Diamond, Dot, HorizontalLine, InvertedTri, None, OpenDiamond, OpenInvertedTri, OpenTri, Square, Star, Tri, VerticalLine);
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Members
Member name |
Description |
Box |
Data point represented by a solid square. |
Circle |
Data point represented by the outline of a circle. |
Cross |
Data point represented by crossed horizontal and vertical lines. |
DiagCross |
Data point represented by diagonal crossed lines. |
Diamond |
Data point represented by a solid diamond. |
Dot |
Data point represented by a solid circle. |
HorizontalLine |
Data point represented by a short horizontal line. |
InvertedTri |
Data point represented by a solid inverted triangle. |
None |
No symbol represents data point. |
OpenDiamond |
Data point represented by the outline of a diamond. |
OpenInvertedTri |
Data point represented by the outline of an inverted triangle. |
OpenTri |
Data point represented by the outline of a triangle. |
Square |
Data point represented by the outline of a square. |
Star |
Data point represented by a solid star. |
Tri |
Data point represented by a solid triangle. |
VerticalLine |
Data point represented by a short vertical line. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |