Packagestimulsoft.report.chart.view.axis
Classpublic class StiAxisLabels
InheritanceStiAxisLabels Inheritance StiObject Inheritance Object
Implements IStiAxisLabels, IStiSerializable, IStiRef



Public Properties
 PropertyDefined By
  allowApplyStyle : Boolean
Gets or sets value which indicates that chart style will be used.
StiAxisLabels
  angle : Number
Gets or sets angle of label rotation.
StiAxisLabels
  antialiasing : Boolean
Gets or sets value which control antialiasing drawing mode.
StiAxisLabels
  color : StiColor
Gets or sets color of labels drawing.
StiAxisLabels
  core : StiAxisLabelsCoreXF
StiAxisLabels
  font : StiFont
Gets or sets font which will be used for axis label drawing.
StiAxisLabels
  format : String
Gets os sets format string which is used for formating argument values.
StiAxisLabels
  placement : int
Gets or set mode of labels placement on axis.
StiAxisLabels
  ref : int
StiAxisLabels
  step : Number
Gets or sets value which indicates with what steps do labels be shown on axis.
StiAxisLabels
  textAfter : String
Gets or sets string which will be output after argument string representation.
StiAxisLabels
  textAlignment : int
Gets or sets label text alignment.
StiAxisLabels
  textBefore : String
Gets or sets string which will be output before argument string representation.
StiAxisLabels
  width : Number
Gets or sets fixed width of axis labels.
StiAxisLabels
  wordWrap : Boolean
StiAxisLabels
Public Methods
 MethodDefined By
  
StiAxisLabels(format:String, textBefore:String, textAfter:String, angle:Number = 0, font:StiFont = null, antialiasing:Boolean = true, placement:int = 1, color:StiColor = null, width:Number = 0, textAlignment:int = 1, step:Number = 0, allowApplyStyle:Boolean = true, wordWrap:Boolean = false)
StiAxisLabels
  
clone(... args):Object
[override]
StiAxisLabels
  
equals(object:Object):Boolean
[override]
StiAxisLabels
 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]
StiAxisLabels
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
angleproperty 
angle:Number

Gets or sets angle of label rotation.


Implementation
    public function get angle():Number
    public function set angle(value:Number):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
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:StiAxisLabelsCoreXF


Implementation
    public function get core():StiAxisLabelsCoreXF
    public function set core(value:StiAxisLabelsCoreXF):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
placementproperty 
placement:int

Gets or set mode of labels placement on axis.


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


Implementation
    public function get ref():int
    public function set ref(value:int):void
stepproperty 
step:Number

Gets or sets value which indicates with what steps do labels be shown on axis.


Implementation
    public function get step():Number
    public function set step(value:Number):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
textAlignmentproperty 
textAlignment:int

Gets or sets label text alignment.


Implementation
    public function get textAlignment():int
    public function set textAlignment(value:int):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


Implementation
    public function get wordWrap():Boolean
    public function set wordWrap(value:Boolean):void
Constructor Detail
StiAxisLabels()Constructor
public function StiAxisLabels(format:String, textBefore:String, textAfter:String, angle:Number = 0, font:StiFont = null, antialiasing:Boolean = true, placement:int = 1, color:StiColor = null, width:Number = 0, textAlignment:int = 1, step:Number = 0, allowApplyStyle:Boolean = true, wordWrap:Boolean = false)



Parameters
format:String
 
textBefore:String
 
textAfter:String
 
angle:Number (default = 0)
 
font:StiFont (default = null)
 
antialiasing:Boolean (default = true)
 
placement:int (default = 1)
 
color:StiColor (default = null)
 
width:Number (default = 0)
 
textAlignment:int (default = 1)
 
step:Number (default = 0)
 
allowApplyStyle:Boolean (default = true)
 
wordWrap:Boolean (default = false)
Method Detail
clone()method
override public function clone(... args):Object

Parameters

... args

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