TChartShape
Hierarchy Properties Methods Events
Custom drawing series.

Unit
TeeShape
Description
The TChartShape component is a special Series component.
It allows the developer to place shapes inside Chart bounds.
It works very similar to Delphi/C++Builder standard TShape component.
To see a visual representation of this Series type, go to the TeeChart User Guide.
Set the ParentChart property to the desired Chart component.
Then, set the X0, Y0 and X1, Y1 properties to the desired point coordinates.
The X0, Y0, X1 and Y1 properties must be expressed in axis scales.
The default Shape style is an horizontal line.
Choose the desired style (Rectangle, Ellipse, etc) by using the Style property.
The Brush and Pen properties determine the shape color and frame attributes.
The Clicked method can be used to check if mouse cursor is over shape boundaries.
Shapes can be zoomed and scrolled as with any other Series type.
Please refer to TChartSeries ancestor description for all common Series properties like Marks, Axis dependence, methods and events.