Packagestimulsoft.report.chart.interfaces.axis
Interfacepublic interface IStiAxisLabels extends IStiClonable, IStiMemberwiseCloneable
Implementors StiAxisLabels



Public Properties
 PropertyDefined By
  allowApplyStyle : Boolean
IStiAxisLabels
  angle : Number
IStiAxisLabels
  antialiasing : Boolean
IStiAxisLabels
  color : StiColor
IStiAxisLabels
  core : StiAxisLabelsCoreXF
IStiAxisLabels
  font : StiFont
IStiAxisLabels
  format : String
IStiAxisLabels
  placement : int
IStiAxisLabels
  step : Number
IStiAxisLabels
  textAfter : String
IStiAxisLabels
  textAlignment : int
IStiAxisLabels
  textBefore : String
IStiAxisLabels
  width : Number
IStiAxisLabels
  wordWrap : Boolean
IStiAxisLabels
Public Methods
 MethodDefined By
 Inherited
clone(... args):Object
IStiClonable
 Inherited
IStiMemberwiseCloneable
Property Detail
allowApplyStyleproperty
allowApplyStyle:Boolean


Implementation
    public function get allowApplyStyle():Boolean
    public function set allowApplyStyle(value:Boolean):void
angleproperty 
angle:Number


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


Implementation
    public function get antialiasing():Boolean
    public function set antialiasing(value:Boolean):void
colorproperty 
color:StiColor


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


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


Implementation
    public function get format():String
    public function set format(value:String):void
placementproperty 
placement:int


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


Implementation
    public function get step():Number
    public function set step(value:Number):void
textAfterproperty 
textAfter:String


Implementation
    public function get textAfter():String
    public function set textAfter(value:String):void
textAlignmentproperty 
textAlignment:int


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


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


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