Package | stimulsoft.report.chart.view.axis |
Class | public class StiYRightAxis |
Inheritance | StiYRightAxis ![]() ![]() ![]() ![]() |
Implements | IStiYRightAxis |
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 | |
showYAxis : int [override] | StiYRightAxis | ||
![]() | 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 [override] | StiYRightAxis |
Method | Defined By | ||
---|---|---|---|
StiYRightAxis(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 = null, startFromZero:Boolean = true, allowApplyStyle:Boolean = true) | StiYRightAxis | ||
![]() | clone(... args):Object [override] | StiAxis | |
![]() | equals(object:Object):Boolean [override] | StiYAxis | |
![]() | 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] | StiYAxis |
showYAxis | property |
showYAxis:int
[override] public function get showYAxis():int
public function set showYAxis(value:int):void
visible | property |
visible:Boolean
[override] public function get visible():Boolean
public function set visible(value:Boolean):void
StiYRightAxis | () | Constructor |
public function StiYRightAxis(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 = null, startFromZero:Boolean = true, allowApplyStyle:Boolean = true)
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 = null )
| |
startFromZero:Boolean (default = true )
| |
allowApplyStyle:Boolean (default = true )
|