TCircledSeries
Hierarchy Properties Methods Events
Unit
Series
Description
The TCircledSeries component is an abstract component used as the ancestor of TPieSeries component.
Set the TCustomChartElement.ParentChart property to the desired Chart component.
To add points to the Series you should use the TChartSeries.Add method.
The TCircledSeries.Circled property determines if the Series will draw as a circle or ellipse.
Change the circle background color using the TCircledSeries.CircleBackColor property.
The TCircledSeries.RotationAngle property determines the offset angle used to calculate points positions.
Use the TCustomChartElement.Pen property to change the circle lines format.
You can define exact circle dimensions by setting the TCircledSeries.CustomXRadius and TCircledSeries.CustomYRadius properties.
The TCircledSeries.Rotate method can be used to change the TCircledSeries.RotationAngle property at run-time.
The TCircledSeries.XRadius and TCircledSeries.YRadius read-only properties return the current circle half-width and half-height in pixels.
The TCircledSeries.CircleRect read-only property returns the circle bounding rectangle in pixels.
The TCircledSeries.CircleWidth and TCircledSeries.CircleHeight read-only properties return the circle width and height in pixels.
The TCircledSeries.CircleXCenter and TCircledSeries.CircleYCenter read-only properties return the circle center coordinates in pixels.
When Chart.View3D property is True, the Offset3D read-only property returns the amount in pixels of the circle 3D effect.
Please refer to TChartSeries ancestor description for all common Series properties like TChartSeries.Marks, Axis dependence and events.