IShapeSeries.Style
IShapeSeries

property Style: EShapeStyle;

Type Library
TeeChartx

Description
Default Value: chasHorizLine

The Style property defines how a ShapeSeries class appears on a Chart.

These are the possible values and their meanings:

chasRectangleThe shape is a rectangle

chasCircleThe shape is a circle

chasVertLineThe shape is a vertical line

chasHorizLineThe shape is an horizontal line

chasTriangleThe shape is a triangle

chasInvertTriangleThe shape is an inverted triangle

chasLineThe shape is a line

chasDiamondThe shape is a diamond

Style property (ShapeSeries) Example

You can change the Shape style both at design and run-time.

TChart1.Series( 0 ).asShape.Style = chasTriangle