EShapeStyle

type EShapeStyle = (chasRectangle, chasCircle, chasVertLine, chasHorizLine, chasTriangle, chasInvertTriangle, chasLine, chasDiamond, chasCube, chasCross, chasDiagCross, chasStar, chasPyramid, chasInvertPyramid);

Type Library
TeeChartx

Description
EShapeStyle defines the list of possible values for the ShapeSeries.Style property.

Values

0chasRectangleThe shape is a rectangle

1chasCircleThe shape is a circle

2chasVertLineThe shape is a vertical line

3chasHorizLineThe shape is an horizontal line

4chasTriangleThe shape is a triangle

5chasInvertTriangleThe shape is an inverted triangle

6chasLineThe shape is a line

7chasDiamondThe shape is a diamond

8 chasCube

9 chasCross

10 chasDiagCross

11 chasStar

12 chasPyramid

13 chasInvertPyramid

See note on use of Enum constants in differing development environments.