TCustomPolarSeries.AngleValues
 
 
 

All Units  All Classes  Properties, Methods and Events  

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 ) );




Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.