Package | stimulsoft.report.chart.view.radarAxis |
Class | public class StiXRadarAxis |
Inheritance | StiXRadarAxis ![]() ![]() ![]() |
Implements | IStiXRadarAxis |
Property | Defined By | ||
---|---|---|---|
![]() | allowApplyStyle : Boolean Gets or sets value which indicates that chart style will be used. | StiRadarAxis | |
![]() | area : IStiRadarArea | StiRadarAxis | |
![]() | core : StiRadarAxisCoreXF | StiRadarAxis | |
labels : IStiRadarAxisLabels Gets or sets axis labels settings. | StiXRadarAxis | ||
![]() | ref : int | StiRadarAxis | |
![]() | visible : Boolean Gets or sets visibility of axis. | StiRadarAxis | |
xCore : StiXRadarAxisCoreXF [read-only] | StiXRadarAxis |
Method | Defined By | ||
---|---|---|---|
StiXRadarAxis(labels:IStiRadarAxisLabels = null, visible:Boolean = true, allowApplyStyle:Boolean = true) | StiXRadarAxis | ||
clone(... parameters):Object [override] | StiXRadarAxis | ||
equals(object:Object):Boolean [override] | StiXRadarAxis | ||
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
memberwiseClone():Object [override] | StiXRadarAxis |
labels | property |
labels:IStiRadarAxisLabels
Gets or sets axis labels settings.
public function get labels():IStiRadarAxisLabels
public function set labels(value:IStiRadarAxisLabels):void
xCore | property |
xCore:StiXRadarAxisCoreXF
[read-only] public function get xCore():StiXRadarAxisCoreXF
StiXRadarAxis | () | Constructor |
public function StiXRadarAxis(labels:IStiRadarAxisLabels = null, visible:Boolean = true, allowApplyStyle:Boolean = true)
labels:IStiRadarAxisLabels (default = null )
| |
visible:Boolean (default = true )
| |
allowApplyStyle:Boolean (default = true )
|
clone | () | method |
override public function clone(... parameters):Object
Parameters
... parameters |
Object |
equals | () | method |
override public function equals(object:Object):Boolean
Parameters
object:Object |
Boolean |
memberwiseClone | () | method |
override public function memberwiseClone():Object
ReturnsObject |