Packagestimulsoft.report.chart.view.radarAxis
Classpublic class StiRadarAxisLabels
InheritanceStiRadarAxisLabels Inheritance StiObject Inheritance Object
Implements IStiRadarAxisLabels, IStiSerializable, IStiRef



Public Properties
 PropertyDefined By
  allowApplyStyle : Boolean
Gets or sets value which indicates that chart style will be used.
StiRadarAxisLabels
  antialiasing : Boolean
Gets or sets value which control antialiasing drawing mode.
StiRadarAxisLabels
  borderColor : StiColor
Gets or sets color of labels drawing.
StiRadarAxisLabels
  brush : StiBrush
Gets or sets brush which will used to fill label area.
StiRadarAxisLabels
  color : StiColor
Gets or sets color of labels drawing.
StiRadarAxisLabels
  core : StiRadarAxisLabelsCoreXF
StiRadarAxisLabels
  drawBorder : Boolean
Gets or sets value which indicates that label border will be shown.
StiRadarAxisLabels
  font : StiFont
Gets or sets font which will be used for axis label drawing.
StiRadarAxisLabels
  format : String
Gets os sets format string which is used for formating argument values.
StiRadarAxisLabels
  ref : int
StiRadarAxisLabels
  rotationLabels : Boolean
Gets or sets a value which indicates that Axis Labels will be rotated.
StiRadarAxisLabels
  textAfter : String
Gets or sets string which will be output after argument string representation.
StiRadarAxisLabels
  textBefore : String
Gets or sets string which will be output before argument string representation.
StiRadarAxisLabels
  width : Number
Gets or sets fixed width of axis labels.
StiRadarAxisLabels
  wordWrap : Boolean
Gets or sets word wrap.
StiRadarAxisLabels
Public Methods
 MethodDefined By
  
StiRadarAxisLabels(format:String, font:StiFont = null, antialiasing:Boolean = false, drawBorder:Boolean = false, color:StiColor = null, borderColor:StiColor = null, brush:StiBrush = null, allowApplyStyle:Boolean = false, rotationLabels:Boolean = true, width:Number = 0, wordWrap:Boolean = false)
StiRadarAxisLabels
  
clone(... parameters):Object
[override]
StiRadarAxisLabels
  
equals(object:Object):Boolean
[override]
StiRadarAxisLabels
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
  
[override]
StiRadarAxisLabels
Property Detail
allowApplyStyleproperty
allowApplyStyle:Boolean

Gets or sets value which indicates that chart style will be used.


Implementation
    public function get allowApplyStyle():Boolean
    public function set allowApplyStyle(value:Boolean):void
antialiasingproperty 
antialiasing:Boolean

Gets or sets value which control antialiasing drawing mode.


Implementation
    public function get antialiasing():Boolean
    public function set antialiasing(value:Boolean):void
borderColorproperty 
borderColor:StiColor

Gets or sets color of labels drawing.


Implementation
    public function get borderColor():StiColor
    public function set borderColor(value:StiColor):void
brushproperty 
brush:StiBrush

Gets or sets brush which will used to fill label area.


Implementation
    public function get brush():StiBrush
    public function set brush(value:StiBrush):void
colorproperty 
color:StiColor

Gets or sets color of labels drawing.


Implementation
    public function get color():StiColor
    public function set color(value:StiColor):void
coreproperty 
core:StiRadarAxisLabelsCoreXF


Implementation
    public function get core():StiRadarAxisLabelsCoreXF
    public function set core(value:StiRadarAxisLabelsCoreXF):void
drawBorderproperty 
drawBorder:Boolean

Gets or sets value which indicates that label border will be shown.


Implementation
    public function get drawBorder():Boolean
    public function set drawBorder(value:Boolean):void
fontproperty 
font:StiFont

Gets or sets font which will be used for axis label drawing.


Implementation
    public function get font():StiFont
    public function set font(value:StiFont):void
formatproperty 
format:String

Gets os sets format string which is used for formating argument values.


Implementation
    public function get format():String
    public function set format(value:String):void
refproperty 
ref:int


Implementation
    public function get ref():int
    public function set ref(value:int):void
rotationLabelsproperty 
rotationLabels:Boolean

Gets or sets a value which indicates that Axis Labels will be rotated.


Implementation
    public function get rotationLabels():Boolean
    public function set rotationLabels(value:Boolean):void
textAfterproperty 
textAfter:String

Gets or sets string which will be output after argument string representation.


Implementation
    public function get textAfter():String
    public function set textAfter(value:String):void
textBeforeproperty 
textBefore:String

Gets or sets string which will be output before argument string representation.


Implementation
    public function get textBefore():String
    public function set textBefore(value:String):void
widthproperty 
width:Number

Gets or sets fixed width of axis labels.


Implementation
    public function get width():Number
    public function set width(value:Number):void
wordWrapproperty 
wordWrap:Boolean

Gets or sets word wrap.


Implementation
    public function get wordWrap():Boolean
    public function set wordWrap(value:Boolean):void
Constructor Detail
StiRadarAxisLabels()Constructor
public function StiRadarAxisLabels(format:String, font:StiFont = null, antialiasing:Boolean = false, drawBorder:Boolean = false, color:StiColor = null, borderColor:StiColor = null, brush:StiBrush = null, allowApplyStyle:Boolean = false, rotationLabels:Boolean = true, width:Number = 0, wordWrap:Boolean = false)



Parameters
format:String
 
font:StiFont (default = null)
 
antialiasing:Boolean (default = false)
 
drawBorder:Boolean (default = false)
 
color:StiColor (default = null)
 
borderColor:StiColor (default = null)
 
brush:StiBrush (default = null)
 
allowApplyStyle:Boolean (default = false)
 
rotationLabels:Boolean (default = true)
 
width:Number (default = 0)
 
wordWrap:Boolean (default = false)
Method Detail
clone()method
override public function clone(... parameters):Object

Parameters

... parameters

Returns
Object
equals()method 
override public function equals(object:Object):Boolean

Parameters

object:Object

Returns
Boolean
memberwiseClone()method 
override public function memberwiseClone():Object

Returns
Object