Package | stimulsoft.report.chart.view.axis |
Class | public class StiAxis |
Inheritance | StiAxis ![]() ![]() |
Implements | IStiAxis, IStiSerializable, IStiRef |
Subclasses | StiXAxis, StiYAxis |
Property | Defined By | ||
---|---|---|---|
allowApplyStyle : Boolean Gets or sets value which indicates that chart style will be used. | StiAxis | ||
area : IStiAxisArea | StiAxis | ||
arrowStyle : int Gets or sets style of axis arrow. | StiAxis | ||
core : StiAxisCoreXF | StiAxis | ||
info : StiAxisInfoXF | StiAxis | ||
interaction : IStiAxisInteraction Gets or sets axis interaction settings. | StiAxis | ||
labels : IStiAxisLabels Gets or sets axis labels settings. | StiAxis | ||
lineColor : StiColor Gets or sets line color which used to draw axis. | StiAxis | ||
lineStyle : int Gets or sets line style of axis. | StiAxis | ||
lineWidth : Number Gets or sets line width which used to draw axis. | StiAxis | ||
logarithmicScale : Boolean Gets or sets value which indicates that logarithmic scale will be used. | StiAxis | ||
range : IStiAxisRange Gets or sets axis range settings. | StiAxis | ||
ref : int | StiAxis | ||
startFromZero : Boolean Gets or sets value which indicates that all arguments will be shows from zero. | StiAxis | ||
step : Number Gets or sets value which indicates with what steps do labels be shown on axis. | StiAxis | ||
ticks : IStiAxisTicks Gets or sets ticks settings. | StiAxis | ||
title : IStiAxisTitle Gets or sets axis title settings. | StiAxis | ||
titleDirection : int 'TitleDirection' property is obsolete. | StiAxis | ||
visible : Boolean Gets or sets visibility of axis. | StiAxis |
Method | Defined By | ||
---|---|---|---|
StiAxis(labels:IStiAxisLabels = null, range:IStiAxisRange = null, title:IStiAxisTitle = null, ticks:IStiAxisTicks = null, interaction:IStiAxisInteraction = null, arrowStyle:int = 0, lineStyle:int = 0, lineColor:StiColor = null, lineWidth:Number = 1, visible:Object = false, startFromZero:Boolean = true, allowApplyStyle:Boolean = true, logarithmicScale:Boolean = false) | StiAxis | ||
clone(... args):Object [override] | StiAxis | ||
equals(object:Object):Boolean [override] | StiAxis | ||
![]() | 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] | StiAxis |
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
area | property |
area:IStiAxisArea
public function get area():IStiAxisArea
public function set area(value:IStiAxisArea):void
arrowStyle | property |
arrowStyle:int
Gets or sets style of axis arrow.
public function get arrowStyle():int
public function set arrowStyle(value:int):void
core | property |
core:StiAxisCoreXF
public function get core():StiAxisCoreXF
public function set core(value:StiAxisCoreXF):void
info | property |
info:StiAxisInfoXF
public function get info():StiAxisInfoXF
public function set info(value:StiAxisInfoXF):void
interaction | property |
interaction:IStiAxisInteraction
Gets or sets axis interaction settings.
public function get interaction():IStiAxisInteraction
public function set interaction(value:IStiAxisInteraction):void
labels | property |
labels:IStiAxisLabels
Gets or sets axis labels settings.
public function get labels():IStiAxisLabels
public function set labels(value:IStiAxisLabels):void
lineColor | property |
lineColor:StiColor
Gets or sets line color which used to draw axis.
public function get lineColor():StiColor
public function set lineColor(value:StiColor):void
lineStyle | property |
lineStyle:int
Gets or sets line style of axis.
public function get lineStyle():int
public function set lineStyle(value:int):void
lineWidth | property |
lineWidth:Number
Gets or sets line width which used to draw axis.
public function get lineWidth():Number
public function set lineWidth(value:Number):void
logarithmicScale | property |
logarithmicScale:Boolean
Gets or sets value which indicates that logarithmic scale will be used.
public function get logarithmicScale():Boolean
public function set logarithmicScale(value:Boolean):void
range | property |
range:IStiAxisRange
Gets or sets axis range settings.
public function get range():IStiAxisRange
public function set range(value:IStiAxisRange):void
ref | property |
ref:int
public function get ref():int
public function set ref(value:int):void
startFromZero | property |
startFromZero:Boolean
Gets or sets value which indicates that all arguments will be shows from zero.
public function get startFromZero():Boolean
public function set startFromZero(value:Boolean):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
ticks | property |
ticks:IStiAxisTicks
Gets or sets ticks settings.
public function get ticks():IStiAxisTicks
public function set ticks(value:IStiAxisTicks):void
title | property |
title:IStiAxisTitle
Gets or sets axis title settings.
public function get title():IStiAxisTitle
public function set title(value:IStiAxisTitle):void
titleDirection | property |
titleDirection:int
'TitleDirection' property is obsolete. Please Title.Direction property instead it.
public function get titleDirection():int
public function set titleDirection(value:int):void
visible | property |
visible:Boolean
Gets or sets visibility of axis.
public function get visible():Boolean
public function set visible(value:Boolean):void
StiAxis | () | Constructor |
public function StiAxis(labels:IStiAxisLabels = null, range:IStiAxisRange = null, title:IStiAxisTitle = null, ticks:IStiAxisTicks = null, interaction:IStiAxisInteraction = null, arrowStyle:int = 0, lineStyle:int = 0, lineColor:StiColor = null, lineWidth:Number = 1, visible:Object = false, startFromZero:Boolean = true, allowApplyStyle:Boolean = true, logarithmicScale:Boolean = false)
labels:IStiAxisLabels (default = null )
| |
range:IStiAxisRange (default = null )
| |
title:IStiAxisTitle (default = null )
| |
ticks:IStiAxisTicks (default = null )
| |
interaction:IStiAxisInteraction (default = null )
| |
arrowStyle:int (default = 0 )
| |
lineStyle:int (default = 0 )
| |
lineColor:StiColor (default = null )
| |
lineWidth:Number (default = 1 )
| |
visible:Object (default = false )
| |
startFromZero:Boolean (default = true )
| |
allowApplyStyle:Boolean (default = true )
| |
logarithmicScale: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 |