Packageardisia.charts.radar.data
Classpublic class RadarAxis
InheritanceRadarAxis Inheritance Object

Data type used to describe a category axis for the Radar class.



Public Properties
 PropertyDefined By
  categoryField : String
The property name on the data to pull the series data for this axis.
RadarAxis
  displayName : String
The string used in the axis's descriptive label.
RadarAxis
  max : Number
The maximum value for the axis.
RadarAxis
  min : Number
The minimum value for the axis.
RadarAxis
Property Detail
categoryFieldproperty
public var categoryField:String

The property name on the data to pull the series data for this axis.

The default value is "".

displayNameproperty 
public var displayName:String

The string used in the axis's descriptive label.

The default value is "".

maxproperty 
public var max:Number

The maximum value for the axis.

If not explicitly set, the maximum value will be auto-calculated from the data.

The default value is NaN.

minproperty 
public var min:Number

The minimum value for the axis.

If not explicitly set, the minimum value will be auto-calculated from the data.

The default value is NaN.