Packagestimulsoft.report.chart.interfaces.areas
Interfacepublic interface IStiAxisArea extends IStiArea, IStiClonable, IStiMemberwiseCloneable
Implementors StiAxisArea



Public Properties
 PropertyDefined By
 InheritedallowApplyStyle : Boolean
IStiArea
  axisCore : StiAxisAreaCoreXF
[read-only]
IStiAxisArea
 InheritedborderColor : StiColor
IStiArea
 Inheritedbrush : StiBrush
IStiArea
 Inheritedchart : IStiChart
IStiArea
 InheritedcolorEach : Boolean
IStiArea
 Inheritedcore : StiAreaCoreXF
IStiArea
  gridLinesHor : IStiGridLinesHor
IStiAxisArea
  gridLinesHorRight : IStiGridLinesHor
IStiAxisArea
  gridLinesVert : IStiGridLinesVert
IStiAxisArea
  interlacingHor : IStiInterlacingHor
IStiAxisArea
  interlacingVert : IStiInterlacingVert
IStiAxisArea
 InheritedisDefaultSeriesTypeFullStackedBarSeries : Boolean
[read-only]
IStiArea
 InheritedisDefaultSeriesTypeFullStackedColumnSeries : Boolean
[read-only]
IStiArea
  reverseHor : Boolean
IStiAxisArea
  reverseVert : Boolean
IStiAxisArea
 InheritedshowShadow : Boolean
IStiArea
  xAxis : IStiXAxis
IStiAxisArea
  xTopAxis : IStiXAxis
IStiAxisArea
  yAxis : IStiYAxis
IStiAxisArea
  yRightAxis : IStiYAxis
IStiAxisArea
Public Methods
 MethodDefined By
 Inherited
clone(... args):Object
IStiClonable
 Inherited
IStiArea
 Inherited
IStiArea
 Inherited
getSeriesLabelsTypes():Vector.<Class>
IStiArea
 Inherited
getSeriesTypes():Vector.<Class>
IStiArea
 Inherited
getType():Class
IStiArea
 Inherited
IStiMemberwiseCloneable
Property Detail
axisCoreproperty
axisCore:StiAxisAreaCoreXF  [read-only]


Implementation
    public function get axisCore():StiAxisAreaCoreXF
gridLinesHorproperty 
gridLinesHor:IStiGridLinesHor


Implementation
    public function get gridLinesHor():IStiGridLinesHor
    public function set gridLinesHor(value:IStiGridLinesHor):void
gridLinesHorRightproperty 
gridLinesHorRight:IStiGridLinesHor


Implementation
    public function get gridLinesHorRight():IStiGridLinesHor
    public function set gridLinesHorRight(value:IStiGridLinesHor):void
gridLinesVertproperty 
gridLinesVert:IStiGridLinesVert


Implementation
    public function get gridLinesVert():IStiGridLinesVert
    public function set gridLinesVert(value:IStiGridLinesVert):void
interlacingHorproperty 
interlacingHor:IStiInterlacingHor


Implementation
    public function get interlacingHor():IStiInterlacingHor
    public function set interlacingHor(value:IStiInterlacingHor):void
interlacingVertproperty 
interlacingVert:IStiInterlacingVert


Implementation
    public function get interlacingVert():IStiInterlacingVert
    public function set interlacingVert(value:IStiInterlacingVert):void
reverseHorproperty 
reverseHor:Boolean


Implementation
    public function get reverseHor():Boolean
    public function set reverseHor(value:Boolean):void
reverseVertproperty 
reverseVert:Boolean


Implementation
    public function get reverseVert():Boolean
    public function set reverseVert(value:Boolean):void
xAxisproperty 
xAxis:IStiXAxis


Implementation
    public function get xAxis():IStiXAxis
    public function set xAxis(value:IStiXAxis):void
xTopAxisproperty 
xTopAxis:IStiXAxis


Implementation
    public function get xTopAxis():IStiXAxis
    public function set xTopAxis(value:IStiXAxis):void
yAxisproperty 
yAxis:IStiYAxis


Implementation
    public function get yAxis():IStiYAxis
    public function set yAxis(value:IStiYAxis):void
yRightAxisproperty 
yRightAxis:IStiYAxis


Implementation
    public function get yRightAxis():IStiYAxis
    public function set yRightAxis(value:IStiYAxis):void