Package | ardisia.charts.radar.data |
Class | public class RadarAxis |
Inheritance | RadarAxis Object |
Property | Defined 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 |
categoryField | property |
public var categoryField:String
The property name on the data to pull the series data for this axis.
The default value is ""
.
displayName | property |
public var displayName:String
The string used in the axis's descriptive label.
The default value is ""
.
max | property |
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
.
min | property |
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
.