Defines how a TChartShape component appears on a Chart.
public ShapeStyles Style {get; set;}

Remarks


Default: Circle
The Style property defines how a TChartShape component appears on a Chart.
These are the possible values and their meanings:

Rectangle     The shape is a rectangle
Circle        The shape is a circle
VertLine        The shape is a vertical line
HorizLine        The shape is an 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 a inverted pyramid

See Also

Shape Class | Shape Members | Steema.TeeChart.Styles Namespace