Contents  All Classes  Index A-Z  All Units


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



Submit your feedback about this page.

Copyright 1995-2007 © by Steema Software. All Rights Reserved.