EShapeXYStyle

type EShapeXYStyle = (xysPixels, xysAxis, xysAxisOrigin);

Type Library
TeeChartx

Description
Values for EShapeXYStyle are

0xysPixels = X, Y Co-ordinates defined as pixels

1xysAxis = X, Y co-ordinates defined as axis values

2xysAxisOrigin = Top, Left co-ordinates in Axis values and width, height as pixels

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