| Package | stimulsoft.report.chart.view.axis |
| Class | public class StiAxisTicks |
| Inheritance | StiAxisTicks StiObject Object |
| Implements | IStiAxisTicks, IStiSerializable, IStiRef |
| Property | Defined By | ||
|---|---|---|---|
| length : Number Gets or sets length of one major tick. | StiAxisTicks | ||
| lengthUnderLabels : Number Gets or sets length of one major tick under labels. | StiAxisTicks | ||
| minorCount : int Gets or sets count of minor ticks between two major ticks. | StiAxisTicks | ||
| minorLength : Number Gets or sets length of one minor tick. | StiAxisTicks | ||
| minorVisible : Boolean Gets or sets visibility of minor ticks. | StiAxisTicks | ||
| ref : int | StiAxisTicks | ||
| step : int Gets or sets value which indicates on which steps major ticks will be displayed. | StiAxisTicks | ||
| visible : Boolean Gets or sets visility of major ticks. | StiAxisTicks | ||
| Method | Defined By | ||
|---|---|---|---|
StiAxisTicks(visible:Boolean = true, length:Number = 5, minorVisible:Boolean = false, minorLength:Number = 2, minorCount:int = 4, step:int = 0, lengthUnderLabels:Number = 5) | StiAxisTicks | ||
clone(... args):Object [override] | StiAxisTicks | ||
equals(object:Object):Boolean [override] | StiAxisTicks | ||
![]() | 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] | StiAxisTicks | ||
| length | property |
length:NumberGets or sets length of one major tick.
public function get length():Number public function set length(value:Number):void| lengthUnderLabels | property |
lengthUnderLabels:NumberGets or sets length of one major tick under labels.
public function get lengthUnderLabels():Number public function set lengthUnderLabels(value:Number):void| minorCount | property |
minorCount:intGets or sets count of minor ticks between two major ticks.
public function get minorCount():int public function set minorCount(value:int):void| minorLength | property |
minorLength:NumberGets or sets length of one minor tick.
public function get minorLength():Number public function set minorLength(value:Number):void| minorVisible | property |
minorVisible:BooleanGets or sets visibility of minor ticks.
public function get minorVisible():Boolean public function set minorVisible(value:Boolean):void| ref | property |
ref:int public function get ref():int public function set ref(value:int):void| step | property |
step:intGets or sets value which indicates on which steps major ticks will be displayed.
public function get step():int public function set step(value:int):void| visible | property |
visible:BooleanGets or sets visility of major ticks.
public function get visible():Boolean public function set visible(value:Boolean):void| StiAxisTicks | () | Constructor |
public function StiAxisTicks(visible:Boolean = true, length:Number = 5, minorVisible:Boolean = false, minorLength:Number = 2, minorCount:int = 4, step:int = 0, lengthUnderLabels:Number = 5)visible:Boolean (default = true) | |
length:Number (default = 5) | |
minorVisible:Boolean (default = false) | |
minorLength:Number (default = 2) | |
minorCount:int (default = 4) | |
step:int (default = 0) | |
lengthUnderLabels:Number (default = 5) |
| clone | () | method |
override public function clone(... args):ObjectParameters
... args |
Object |
| equals | () | method |
override public function equals(object:Object):BooleanParameters
object:Object |
Boolean |
| memberwiseClone | () | method |
override public function memberwiseClone():ObjectReturnsObject |