[Serializable]
public sealed enum ShapeStyles : Enum , IComparable, IFormattable, IConvertible
Public Members
Member | Description |
---|---|
Rectangle | The shape is a rectangle. |
Circle | The shape is a circle. |
VertLine | The shape is a vertical line. |
HorizLine | The shape is a horizontal line. |
Triangle | The shape is a triangle. |
InvertTriangle | The shape is an inverted triangle. |
Line | The shape is a line. |
Diamond | The shape is a diamond. |
Cube | The shape is a cube. |
Cross | The shape is a cross. |
DiagCross | The shape is a diagonal cross. |
Star | The shape is a star. |
Pyramid | The shape is a pyramid. |
InvertPyramid | The shape is an inverted pyramid. |
Arc | The shape is an arc. |
Parallelogram | The shape is an arc. |
See Also
Steema.TeeChart.Styles Namespace