Package | stimulsoft.report.chart.view.gridLines.radar |
Class | public class StiRadarGridLines |
Inheritance | StiRadarGridLines ![]() ![]() |
Implements | IStiRadarGridLines, IStiSerializable, IStiRef |
Subclasses | StiRadarGridLinesHor, StiRadarGridLinesVert |
Property | Defined By | ||
---|---|---|---|
allowApplyStyle : Boolean Gets or sets value which indicates that chart style will be used. | StiRadarGridLines | ||
area : IStiArea | StiRadarGridLines | ||
color : StiColor Gets or sets color which will be used for drawing major grid lines. | StiRadarGridLines | ||
core : StiRadarGridLinesCoreXF | StiRadarGridLines | ||
ref : int | StiRadarGridLines | ||
style : int Gets or sets style which will be used for drawing major grid lines. | StiRadarGridLines | ||
visible : Boolean Gets or sets visibility of major grid lines. | StiRadarGridLines |
Method | Defined By | ||
---|---|---|---|
StiRadarGridLines(color:StiColor, style:int, visible:Boolean, allowApplyStyle:Boolean) | StiRadarGridLines | ||
clone(... parameters):Object [override] | StiRadarGridLines | ||
equals(object:Object):Boolean [override] | StiRadarGridLines | ||
![]() | 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] | StiRadarGridLines |
allowApplyStyle | property |
allowApplyStyle:Boolean
Gets or sets value which indicates that chart style will be used.
public function get allowApplyStyle():Boolean
public function set allowApplyStyle(value:Boolean):void
area | property |
area:IStiArea
public function get area():IStiArea
public function set area(value:IStiArea):void
color | property |
color:StiColor
Gets or sets color which will be used for drawing major grid lines.
public function get color():StiColor
public function set color(value:StiColor):void
core | property |
core:StiRadarGridLinesCoreXF
public function get core():StiRadarGridLinesCoreXF
public function set core(value:StiRadarGridLinesCoreXF):void
ref | property |
ref:int
public function get ref():int
public function set ref(value:int):void
style | property |
style:int
Gets or sets style which will be used for drawing major grid lines.
public function get style():int
public function set style(value:int):void
visible | property |
visible:Boolean
Gets or sets visibility of major grid lines.
public function get visible():Boolean
public function set visible(value:Boolean):void
StiRadarGridLines | () | Constructor |
public function StiRadarGridLines(color:StiColor, style:int, visible:Boolean, allowApplyStyle:Boolean)
color:StiColor | |
style:int | |
visible:Boolean | |
allowApplyStyle:Boolean |
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 |