ICustomPolarSeries.RadiusValues
ICustomPolarSeries
property RadiusValues: IValueList;
Type Library
TeeChartx
Description
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 [Visual Basic]:
TChart1.Series( 0 ).asPolar.RadiusValues.Value( 0 ) = 49
This sets the first point radius to 49