Package | stimulsoft.report.chart.view.axis |
Class | public class StiAxisLabels |
Inheritance | StiAxisLabels ![]() ![]() |
Implements | IStiAxisLabels, IStiSerializable, IStiRef |
Property | Defined 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 |
Method | Defined 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 | ||
![]() | 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] | StiAxisLabels |
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
angle | property |
angle:Number
Gets or sets angle of label rotation.
public function get angle():Number
public function set angle(value:Number):void
antialiasing | property |
antialiasing:Boolean
Gets or sets value which control antialiasing drawing mode.
public function get antialiasing():Boolean
public function set antialiasing(value:Boolean):void
color | property |
color:StiColor
Gets or sets color of labels drawing.
public function get color():StiColor
public function set color(value:StiColor):void
core | property |
core:StiAxisLabelsCoreXF
public function get core():StiAxisLabelsCoreXF
public function set core(value:StiAxisLabelsCoreXF):void
font | property |
font:StiFont
Gets or sets font which will be used for axis label drawing.
public function get font():StiFont
public function set font(value:StiFont):void
format | property |
format:String
Gets os sets format string which is used for formating argument values.
public function get format():String
public function set format(value:String):void
placement | property |
placement:int
Gets or set mode of labels placement on axis.
public function get placement():int
public function set placement(value:int):void
ref | property |
ref:int
public function get ref():int
public function set ref(value:int):void
step | property |
step:Number
Gets or sets value which indicates with what steps do labels be shown on axis.
public function get step():Number
public function set step(value:Number):void
textAfter | property |
textAfter:String
Gets or sets string which will be output after argument string representation.
public function get textAfter():String
public function set textAfter(value:String):void
textAlignment | property |
textAlignment:int
Gets or sets label text alignment.
public function get textAlignment():int
public function set textAlignment(value:int):void
textBefore | property |
textBefore:String
Gets or sets string which will be output before argument string representation.
public function get textBefore():String
public function set textBefore(value:String):void
width | property |
width:Number
Gets or sets fixed width of axis labels.
public function get width():Number
public function set width(value:Number):void
wordWrap | property |
wordWrap:Boolean
public function get wordWrap():Boolean
public function set wordWrap(value:Boolean):void
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)
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 )
|
clone | () | method |
override public function clone(... args):Object
Parameters
... args |
Object |
equals | () | method |
override public function equals(object:Object):Boolean
Parameters
object:Object |
Boolean |
memberwiseClone | () | method |
override public function memberwiseClone():Object
ReturnsObject |