TCustomPolarSeries.AngleValues

TCustomPolarSeries.AngleValues
TCustomPolarSeries

property AngleValues: TChartValueList;

Unit
TeePolar

Description

TeeChart values list used to store the angle values for Polar or Radar data.

The AngleValues property is the same as the default XValues property in a CustomPolarSeries.

Each point in a Polar or Radar series has X (Angle) and Y (Value) values.

Angles are expressed in degrees (from 0 to 360).

Example:

ShowMessage( FloatToStr( Series1.AngleValues.MaxValue ) );