Package | stimulsoft.report.chart.view.areas |
Class | public class StiAxisArea |
Inheritance | StiAxisArea ![]() ![]() ![]() ![]() |
Implements | IStiAxisArea |
Subclasses | StiClusteredColumnArea, StiStackedColumnArea |
Property | Defined By | ||
---|---|---|---|
![]() | allowApplyStyle : Boolean Gets or sets value which indicates that chart style will be used. | StiArea | |
axisCore : StiAxisAreaCoreXF [read-only] | StiAxisArea | ||
![]() | borderColor : StiColor Gets or sets border color of this area. | StiArea | |
![]() | brush : StiBrush Gets or sets brush to fill a area. | StiArea | |
![]() | chart : IStiChart Gets or sets reference to chart component which contain this area. | StiArea | |
![]() | colorEach : Boolean Gets or sets value which indicates that each series is drawn by its own colour. | StiArea | |
![]() | core : StiAreaCoreXF | StiArea | |
gridLinesHor : IStiGridLinesHor Gets or sets horizontal grid lines on left axis. | StiAxisArea | ||
gridLinesHorRight : IStiGridLinesHor Gets or sets horizontal grid lines on right axis. | StiAxisArea | ||
gridLinesVert : IStiGridLinesVert Gets or sets grid lines on vertical axis. | StiAxisArea | ||
interlacingHor : IStiInterlacingHor Gets or sets interlacing settings on horizontal axis. | StiAxisArea | ||
interlacingVert : IStiInterlacingVert Gets or sets interlacing settings on vertical axis. | StiAxisArea | ||
![]() | isDefaultSeriesTypeFullStackedBarSeries : Boolean [read-only] | StiArea | |
![]() | isDefaultSeriesTypeFullStackedColumnSeries : Boolean [read-only] | StiArea | |
![]() | logarithmicScale : Boolean | StiArea | |
![]() | properties : StiRepositoryItems | StiService | |
![]() | ref : int | StiArea | |
reverseHor : Boolean Gets or sets value which indicate that all values on horizontal axis is reverse. | StiAxisArea | ||
reverseVert : Boolean Gets or sets value which indicate that all values on vertical axis is reverse. | StiAxisArea | ||
![]() | serviceCategory : String [override] [read-only] Gets a service category. | StiArea | |
![]() | serviceInfo : String [read-only] Gets a service description. | StiService | |
![]() | serviceName : String [override] [read-only] Gets a service name. | StiArea | |
![]() | serviceType : Class [read-only] Gets a service type. | StiService | |
![]() | showShadow : Boolean Gets or sets value which indicates necessary draw shadod or no. | StiArea | |
xAxis : IStiXAxis Gets or sets settings of XAxis. | StiAxisArea | ||
xTopAxis : IStiXAxis Gets or sets settings of XTopAxis. | StiAxisArea | ||
yAxis : IStiYAxis Gets or sets settings of YAxis. | StiAxisArea | ||
yRightAxis : IStiYAxis Gets or sets settings of YRightAxis. | StiAxisArea |
Method | Defined By | ||
---|---|---|---|
Creates new object of StiAxisArea type. | StiAxisArea | ||
clone(... args):Object [override] | StiAxisArea | ||
equals(object:Object):Boolean [override] | StiAxisArea | ||
getDefaultSeriesLabelsType():Class [override] Returns default for this area series labels type. | StiAxisArea | ||
![]() | getDefaultSeriesType():Class | StiArea | |
getSeriesLabelsTypes():Vector.<Class> [override] Returns array of types which contains all series labels types for this area. | StiAxisArea | ||
![]() | getSeriesTypes():Vector.<Class> | StiArea | |
![]() | 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] | StiAxisArea | ||
![]() | packService():void | StiService |
axisCore | property |
axisCore:StiAxisAreaCoreXF
[read-only] public function get axisCore():StiAxisAreaCoreXF
gridLinesHor | property |
gridLinesHor:IStiGridLinesHor
Gets or sets horizontal grid lines on left axis.
public function get gridLinesHor():IStiGridLinesHor
public function set gridLinesHor(value:IStiGridLinesHor):void
gridLinesHorRight | property |
gridLinesHorRight:IStiGridLinesHor
Gets or sets horizontal grid lines on right axis.
public function get gridLinesHorRight():IStiGridLinesHor
public function set gridLinesHorRight(value:IStiGridLinesHor):void
gridLinesVert | property |
gridLinesVert:IStiGridLinesVert
Gets or sets grid lines on vertical axis.
public function get gridLinesVert():IStiGridLinesVert
public function set gridLinesVert(value:IStiGridLinesVert):void
interlacingHor | property |
interlacingHor:IStiInterlacingHor
Gets or sets interlacing settings on horizontal axis.
public function get interlacingHor():IStiInterlacingHor
public function set interlacingHor(value:IStiInterlacingHor):void
interlacingVert | property |
interlacingVert:IStiInterlacingVert
Gets or sets interlacing settings on vertical axis.
public function get interlacingVert():IStiInterlacingVert
public function set interlacingVert(value:IStiInterlacingVert):void
reverseHor | property |
reverseHor:Boolean
Gets or sets value which indicate that all values on horizontal axis is reverse.
public function get reverseHor():Boolean
public function set reverseHor(value:Boolean):void
reverseVert | property |
reverseVert:Boolean
Gets or sets value which indicate that all values on vertical axis is reverse.
public function get reverseVert():Boolean
public function set reverseVert(value:Boolean):void
xAxis | property |
xAxis:IStiXAxis
Gets or sets settings of XAxis.
public function get xAxis():IStiXAxis
public function set xAxis(value:IStiXAxis):void
xTopAxis | property |
xTopAxis:IStiXAxis
Gets or sets settings of XTopAxis.
public function get xTopAxis():IStiXAxis
public function set xTopAxis(value:IStiXAxis):void
yAxis | property |
yAxis:IStiYAxis
Gets or sets settings of YAxis.
public function get yAxis():IStiYAxis
public function set yAxis(value:IStiYAxis):void
yRightAxis | property |
yRightAxis:IStiYAxis
Gets or sets settings of YRightAxis.
public function get yRightAxis():IStiYAxis
public function set yRightAxis(value:IStiYAxis):void
StiAxisArea | () | Constructor |
public function StiAxisArea()
Creates new object of StiAxisArea type.
clone | () | method |
override public function clone(... args):Object
Parameters
... args |
Object |
equals | () | method |
override public function equals(object:Object):Boolean
Parameters
object:Object |
Boolean |
getDefaultSeriesLabelsType | () | method |
override public function getDefaultSeriesLabelsType():Class
Returns default for this area series labels type.
ReturnsClass |
getSeriesLabelsTypes | () | method |
override public function getSeriesLabelsTypes():Vector.<Class>
Returns array of types which contains all series labels types for this area.
ReturnsVector.<Class> |
memberwiseClone | () | method |
override public function memberwiseClone():Object
ReturnsObject |