| Package | stimulsoft.report.chart.view.areas |
| Class | public class StiArea |
| Inheritance | StiArea StiService StiObject Object |
| Implements | IStiArea, IStiSerializable, IStiRef |
| Subclasses | StiAxisArea, StiFunnelArea, StiPieArea, StiRadarArea |
| Property | Defined By | ||
|---|---|---|---|
| allowApplyStyle : Boolean Gets or sets value which indicates that chart style will be used. | StiArea | ||
| 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 | ||
| isDefaultSeriesTypeFullStackedBarSeries : Boolean [read-only] | StiArea | ||
| isDefaultSeriesTypeFullStackedColumnSeries : Boolean [read-only] | StiArea | ||
| logarithmicScale : Boolean | StiArea | ||
![]() | properties : StiRepositoryItems | StiService | |
| ref : int | StiArea | ||
| 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 | ||
| Method | Defined By | ||
|---|---|---|---|
StiArea() | StiArea | ||
clone(... args):Object [override] | StiArea | ||
equals(object:Object):Boolean [override] | StiArea | ||
getDefaultSeriesLabelsType():Class | StiArea | ||
getDefaultSeriesType():Class | StiArea | ||
getSeriesLabelsTypes():Vector.<Class> | StiArea | ||
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] | StiArea | ||
![]() | packService():void | StiService | |
| allowApplyStyle | property |
allowApplyStyle:BooleanGets or sets value which indicates that chart style will be used.
public function get allowApplyStyle():Boolean public function set allowApplyStyle(value:Boolean):void| borderColor | property |
borderColor:StiColorGets or sets border color of this area.
public function get borderColor():StiColor public function set borderColor(value:StiColor):void| brush | property |
brush:StiBrushGets or sets brush to fill a area.
public function get brush():StiBrush public function set brush(value:StiBrush):void| chart | property |
chart:IStiChartGets or sets reference to chart component which contain this area.
public function get chart():IStiChart public function set chart(value:IStiChart):void| colorEach | property |
colorEach:BooleanGets or sets value which indicates that each series is drawn by its own colour.
public function get colorEach():Boolean public function set colorEach(value:Boolean):void| core | property |
core:StiAreaCoreXF public function get core():StiAreaCoreXF public function set core(value:StiAreaCoreXF):void| isDefaultSeriesTypeFullStackedBarSeries | property |
isDefaultSeriesTypeFullStackedBarSeries:Boolean [read-only] public function get isDefaultSeriesTypeFullStackedBarSeries():Boolean| isDefaultSeriesTypeFullStackedColumnSeries | property |
isDefaultSeriesTypeFullStackedColumnSeries:Boolean [read-only] public function get isDefaultSeriesTypeFullStackedColumnSeries():Boolean| logarithmicScale | property |
logarithmicScale:Boolean public function get logarithmicScale():Boolean public function set logarithmicScale(value:Boolean):void| ref | property |
ref:int public function get ref():int public function set ref(value:int):void| serviceCategory | property |
serviceCategory:String [read-only] [override] Gets a service category.
public function get serviceCategory():String| serviceName | property |
serviceName:String [read-only] [override] Gets a service name.
public function get serviceName():String| showShadow | property |
showShadow:BooleanGets or sets value which indicates necessary draw shadod or no.
public function get showShadow():Boolean public function set showShadow(value:Boolean):void| StiArea | () | Constructor |
public function StiArea()| clone | () | method |
override public function clone(... args):ObjectParameters
... args |
Object |
| equals | () | method |
override public function equals(object:Object):BooleanParameters
object:Object |
Boolean |
| getDefaultSeriesLabelsType | () | method |
public function getDefaultSeriesLabelsType():ClassReturnsClass |
| getDefaultSeriesType | () | method |
public function getDefaultSeriesType():ClassReturnsClass |
| getSeriesLabelsTypes | () | method |
public function getSeriesLabelsTypes():Vector.<Class>ReturnsVector.<Class> |
| getSeriesTypes | () | method |
public function getSeriesTypes():Vector.<Class>ReturnsVector.<Class> |
| memberwiseClone | () | method |
override public function memberwiseClone():ObjectReturnsObject |