| Package | stimulsoft.report.chart.view.axis |
| Class | public class StiAxisTitle |
| Inheritance | StiAxisTitle StiObject Object |
| Implements | IStiAxisTitle, IStiSerializable, IStiRef |
| Property | Defined By | ||
|---|---|---|---|
| alignment : int Gets or sets title text alignment. | StiAxisTitle | ||
| allowApplyStyle : Boolean Gets or sets value which indicates that chart style will be used. | StiAxisTitle | ||
| antialiasing : Boolean Gets or sets value which control antialiasing drawing mode. | StiAxisTitle | ||
| color : StiColor Gets or sets color which will be used for title drawing. | StiAxisTitle | ||
| core : StiAxisTitleCoreXF | StiAxisTitle | ||
| direction : int Gets or set text direction for axis title drawing. | StiAxisTitle | ||
| font : StiFont Gets or set font which will be used for axis title drawing. | StiAxisTitle | ||
| position : int Gets or sets title text position. | StiAxisTitle | ||
| ref : int | StiAxisTitle | ||
| text : String Gets or sets title text. | StiAxisTitle | ||
| Method | Defined By | ||
|---|---|---|---|
StiAxisTitle(font:StiFont = null, text:String, color:StiColor = null, antialiasing:Boolean = true, alignment:int = 1, direction:int = 0, allowApplyStyle:Boolean = true, position:int = 1) | StiAxisTitle | ||
clone(... parameters):Object [override] | StiAxisTitle | ||
equals(object:Object):Boolean [override] | StiAxisTitle | ||
![]() | 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] | StiAxisTitle | ||
| alignment | property |
alignment:intGets or sets title text alignment.
public function get alignment():int public function set alignment(value:int):void| allowApplyStyle | property |
allowApplyStyle:BooleanGets or sets value which indicates that chart style will be used.
public function get allowApplyStyle():Boolean public function set allowApplyStyle(value:Boolean):void| antialiasing | property |
antialiasing:BooleanGets or sets value which control antialiasing drawing mode.
public function get antialiasing():Boolean public function set antialiasing(value:Boolean):void| color | property |
color:StiColorGets or sets color which will be used for title drawing.
public function get color():StiColor public function set color(value:StiColor):void| core | property |
core:StiAxisTitleCoreXF public function get core():StiAxisTitleCoreXF public function set core(value:StiAxisTitleCoreXF):void| direction | property |
direction:intGets or set text direction for axis title drawing.
public function get direction():int public function set direction(value:int):void| font | property |
font:StiFontGets or set font which will be used for axis title drawing.
public function get font():StiFont public function set font(value:StiFont):void| position | property |
position:intGets or sets title text position.
public function get position():int public function set position(value:int):void| ref | property |
ref:int public function get ref():int public function set ref(value:int):void| text | property |
text:StringGets or sets title text.
public function get text():String public function set text(value:String):void| StiAxisTitle | () | Constructor |
public function StiAxisTitle(font:StiFont = null, text:String, color:StiColor = null, antialiasing:Boolean = true, alignment:int = 1, direction:int = 0, allowApplyStyle:Boolean = true, position:int = 1)font:StiFont (default = null) | |
text:String | |
color:StiColor (default = null) | |
antialiasing:Boolean (default = true) | |
alignment:int (default = 1) | |
direction:int (default = 0) | |
allowApplyStyle:Boolean (default = true) | |
position:int (default = 1) |
| clone | () | method |
override public function clone(... parameters):ObjectParameters
... parameters |
Object |
| equals | () | method |
override public function equals(object:Object):BooleanParameters
object:Object |
Boolean |
| memberwiseClone | () | method |
override public function memberwiseClone():ObjectReturnsObject |