Describes the possible values of the Style property.
[Serializable]
public sealed enum ShapeStyles : Enum , IComparable, IFormattable, IConvertible

Public Members

MemberDescription
RectangleThe shape is a rectangle.
CircleThe shape is a circle.
VertLineThe shape is a vertical line.
HorizLineThe shape is a horizontal line.
TriangleThe shape is a triangle.
InvertTriangleThe shape is an inverted triangle.
LineThe shape is a line.
DiamondThe shape is a diamond.
CubeThe shape is a cube.
CrossThe shape is a cross.
DiagCrossThe shape is a diagonal cross.
StarThe shape is a star.
PyramidThe shape is a pyramid.
InvertPyramidThe shape is an inverted pyramid.
ArcThe shape is an arc.
ParallelogramThe shape is an arc.

See Also

Steema.TeeChart.Styles Namespace