Packagestimulsoft.report.chart.view.axis
Classpublic class StiXTopAxis
InheritanceStiXTopAxis Inheritance StiXAxis Inheritance StiAxis Inheritance StiObject Inheritance Object
Implements IStiXTopAxis



Public Properties
 PropertyDefined By
 InheritedallowApplyStyle : Boolean
Gets or sets value which indicates that chart style will be used.
StiAxis
 Inheritedarea : IStiAxisArea
StiAxis
 InheritedarrowStyle : int
Gets or sets style of axis arrow.
StiAxis
 Inheritedcore : StiAxisCoreXF
StiAxis
  dateTimeStep : IStiAxisDateTimeStep
[override]
StiXTopAxis
 Inheritedinfo : StiAxisInfoXF
StiAxis
 Inheritedinteraction : IStiAxisInteraction
Gets or sets axis interaction settings.
StiAxis
 Inheritedlabels : IStiAxisLabels
Gets or sets axis labels settings.
StiAxis
 InheritedlineColor : StiColor
Gets or sets line color which used to draw axis.
StiAxis
 InheritedlineStyle : int
Gets or sets line style of axis.
StiAxis
 InheritedlineWidth : Number
Gets or sets line width which used to draw axis.
StiAxis
 InheritedlogarithmicScale : Boolean
Gets or sets value which indicates that logarithmic scale will be used.
StiAxis
  range : IStiAxisRange
[override]
StiXTopAxis
 Inheritedref : int
StiAxis
 InheritedshowEdgeValues : Boolean
Gets or sets value which indicates that first and last arguments on axis will be shown anyway.
StiXAxis
  showXAxis : int
[override]
StiXTopAxis
 InheritedstartFromZero : Boolean
Gets or sets value which indicates that all arguments will be shows from zero.
StiAxis
 Inheritedstep : Number
Gets or sets value which indicates with what steps do labels be shown on axis.
StiAxis
 Inheritedticks : IStiAxisTicks
Gets or sets ticks settings.
StiAxis
 Inheritedtitle : IStiAxisTitle
Gets or sets axis title settings.
StiAxis
 InheritedtitleDirection : int
'TitleDirection' property is obsolete.
StiAxis
  visible : Boolean
[override]
StiXTopAxis
Public Methods
 MethodDefined By
  
StiXTopAxis(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, showEdgeValues:Boolean = false, allowApplyStyle:Boolean = true)
StiXTopAxis
 Inherited
clone(... args):Object
[override]
StiAxis
 Inherited
equals(object:Object):Boolean
[override]
StiXAxis
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
 Inherited
[override]
StiXAxis
Property Detail
dateTimeStepproperty
dateTimeStep:IStiAxisDateTimeStep[override]


Implementation
    public function get dateTimeStep():IStiAxisDateTimeStep
    public function set dateTimeStep(value:IStiAxisDateTimeStep):void
rangeproperty 
range:IStiAxisRange[override]


Implementation
    public function get range():IStiAxisRange
    public function set range(value:IStiAxisRange):void
showXAxisproperty 
showXAxis:int[override]


Implementation
    public function get showXAxis():int
    public function set showXAxis(value:int):void
visibleproperty 
visible:Boolean[override]


Implementation
    public function get visible():Boolean
    public function set visible(value:Boolean):void
Constructor Detail
StiXTopAxis()Constructor
public function StiXTopAxis(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, showEdgeValues:Boolean = false, allowApplyStyle:Boolean = true)



Parameters
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)
 
showEdgeValues:Boolean (default = false)
 
allowApplyStyle:Boolean (default = true)