Packagestimulsoft.report.chart.interfaces.axis
Interfacepublic interface IStiAxis extends IStiClonable, IStiMemberwiseCloneable
Implementors StiAxis



Public Properties
 PropertyDefined By
  allowApplyStyle : Boolean
IStiAxis
  area : IStiAxisArea
IStiAxis
  arrowStyle : int
IStiAxis
  core : StiAxisCoreXF
IStiAxis
  info : StiAxisInfoXF
IStiAxis
  interaction : IStiAxisInteraction
IStiAxis
  labels : IStiAxisLabels
IStiAxis
  lineColor : StiColor
IStiAxis
  lineStyle : int
IStiAxis
  lineWidth : Number
IStiAxis
  logarithmicScale : Boolean
IStiAxis
  range : IStiAxisRange
IStiAxis
  startFromZero : Boolean
IStiAxis
  step : Number
IStiAxis
  ticks : IStiAxisTicks
IStiAxis
  title : IStiAxisTitle
IStiAxis
  visible : Boolean
IStiAxis
Public Methods
 MethodDefined By
 Inherited
clone(... args):Object
IStiClonable
 Inherited
IStiMemberwiseCloneable
Property Detail
allowApplyStyleproperty
allowApplyStyle:Boolean


Implementation
    public function get allowApplyStyle():Boolean
    public function set allowApplyStyle(value:Boolean):void
areaproperty 
area:IStiAxisArea


Implementation
    public function get area():IStiAxisArea
    public function set area(value:IStiAxisArea):void
arrowStyleproperty 
arrowStyle:int


Implementation
    public function get arrowStyle():int
    public function set arrowStyle(value:int):void
coreproperty 
core:StiAxisCoreXF


Implementation
    public function get core():StiAxisCoreXF
    public function set core(value:StiAxisCoreXF):void
infoproperty 
info:StiAxisInfoXF


Implementation
    public function get info():StiAxisInfoXF
    public function set info(value:StiAxisInfoXF):void
interactionproperty 
interaction:IStiAxisInteraction


Implementation
    public function get interaction():IStiAxisInteraction
    public function set interaction(value:IStiAxisInteraction):void
labelsproperty 
labels:IStiAxisLabels


Implementation
    public function get labels():IStiAxisLabels
    public function set labels(value:IStiAxisLabels):void
lineColorproperty 
lineColor:StiColor


Implementation
    public function get lineColor():StiColor
    public function set lineColor(value:StiColor):void
lineStyleproperty 
lineStyle:int


Implementation
    public function get lineStyle():int
    public function set lineStyle(value:int):void
lineWidthproperty 
lineWidth:Number


Implementation
    public function get lineWidth():Number
    public function set lineWidth(value:Number):void
logarithmicScaleproperty 
logarithmicScale:Boolean


Implementation
    public function get logarithmicScale():Boolean
    public function set logarithmicScale(value:Boolean):void
rangeproperty 
range:IStiAxisRange


Implementation
    public function get range():IStiAxisRange
    public function set range(value:IStiAxisRange):void
startFromZeroproperty 
startFromZero:Boolean


Implementation
    public function get startFromZero():Boolean
    public function set startFromZero(value:Boolean):void
stepproperty 
step:Number


Implementation
    public function get step():Number
    public function set step(value:Number):void
ticksproperty 
ticks:IStiAxisTicks


Implementation
    public function get ticks():IStiAxisTicks
    public function set ticks(value:IStiAxisTicks):void
titleproperty 
title:IStiAxisTitle


Implementation
    public function get title():IStiAxisTitle
    public function set title(value:IStiAxisTitle):void
visibleproperty 
visible:Boolean


Implementation
    public function get visible():Boolean
    public function set visible(value:Boolean):void