ICircledSeries
Hierarchy Properties Methods

Type Library
TeeChartx

Description
The CircledSeries class is an abstract class used as the ancestor of Pie and Polar Series classes.

To add points to the Series you should use the Series.Add method.

Right-click the class at design-time to access the Chart editor dialog to connect the Series to another Series or to any Table or Query class.

The Circled property determines if the Series will draw as a circle or ellipse.

Change the circle background color using the CircleBackColor property.

The RotationAngle property determines the offset angle used to calculate points positions.

Use the CirclePen property to change the circle lines format.

You can define exact circle dimensions by setting the XRadius and YRadius properties.

The XRadius and YRadius properties return the current circle half-width and half-height in pixels, the values of these properties may be modified.

The CircleRect read-only property returns the circle bounding rectangle in pixels.

The CircleWidth and CircleHeight read-only properties return the circle width and height in pixels.

The XCenter and YCenter read-only properties return the circle center coordinates in pixels.

When Chart.Aspect.View3D property is True, the Offset3D read-only property returns the amount in pixels of the circle 3D effect.

Please refer to Series ancestor description for all common Series properties like Marks, Axis dependence and events.