ICustomPolarSeries.AngleValues
ICustomPolarSeries

property AngleValues: IValueList;

Type Library
TeeChartx

Description
The list of angle values for each polar point

The AngleValues property is a TList object that stores each Polar point Angle value. You can change angle values by using the AngleValues.Value( ) array of doubles property:

Example [Visual Basic]:

TChart1.Series(0).asPolar.AngleValues.Value(0) = 270

This sets the first point angle to 270