Gets list of angle values for each polar point.
public ValueList AngleValues {get;}

Remarks


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


[C#]

Series1.AngleValues.Value[0] = 270;


This sets the first point angle to 270

See Also

CustomPolar Class | CustomPolar Members | Steema.TeeChart.Styles Namespace