| Package | fr.kapit.radarchart |
| Class | public class RadarChartPointEvent |
| Inheritance | RadarChartPointEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| axis : String
Indicates the name of the axis containing the point.
| RadarChartPointEvent | ||
| series : String
Indicates the name of the series that contains the point;
| RadarChartPointEvent | ||
| value : Number
Indicates the new value of the point.
| RadarChartPointEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| VALUE_CHANGED : String = "valueChanged" [static]
Indicates that the user has finished dragging a series point using the mouse.
| RadarChartPointEvent | ||
| VALUE_CHANGING : String = "valueChanging" [static]
Indicates that the user is dragging a series point using the mouse.
| RadarChartPointEvent | ||
| axis | property |
public var axis:StringIndicates the name of the axis containing the point.
| series | property |
public var series:StringIndicates the name of the series that contains the point;
| value | property |
public var value:NumberIndicates the new value of the point.
| VALUE_CHANGED | constant |
public static const VALUE_CHANGED:String = "valueChanged"Indicates that the user has finished dragging a series point using the mouse.
| VALUE_CHANGING | constant |
public static const VALUE_CHANGING:String = "valueChanging"Indicates that the user is dragging a series point using the mouse.