public ValueList RadiusValues {get;}
Remarks
The list of radius values for each polar point.
The RadiusValues property is a TList object that stores each Polar point Radius value. You can change Radius values by using the RadiusValues.Value[] array of doubles property:
Example
This sets the first point radius to 49
[C#]
Series1.RadiusValues.Value[0] = 49;
See Also
CustomPolar Class | CustomPolar Members | Steema.TeeChart.Styles Namespace