Packagestimulsoft.report.chart.interfaces.series.stackedColumn
Interfacepublic interface IStiStackedAreaSeries extends IStiStackedLineSeries, IStiStackedBaseLineSeries, IStiSeries
Implementors StiStackedAreaSeries



Public Properties
 PropertyDefined By
  allowApplyBrushNegative : Boolean
IStiStackedAreaSeries
 InheritedallowApplyStyle : Boolean
IStiSeries
 Inheritedarguments : Vector.<Object>
IStiSeries
  brush : StiBrush
IStiStackedAreaSeries
  brushNegative : StiBrush
IStiStackedAreaSeries
 Inheritedchart : IStiChart
IStiSeries
 Inheritedconditions : StiChartConditionsCollection
IStiSeries
 Inheritedcore : StiSeriesCoreXF
IStiSeries
 InheritedcoreTitle : String
IStiSeries
 Inheritedfilters : StiChartFiltersCollection
IStiSeries
 Inheritedformat : String
IStiSeries
 Inheritedhyperlinks : Vector.<String>
IStiSeries
 Inheritedinteraction : IStiSeriesInteraction
IStiSeries
 Inheritedlighting : Boolean
IStiStackedBaseLineSeries
 InheritedlineColor : StiColor
IStiStackedBaseLineSeries
 InheritedlineMarker : IStiLineMarker
IStiStackedBaseLineSeries
 InheritedlineStyle : int
IStiStackedBaseLineSeries
 InheritedlineWidth : Number
IStiStackedBaseLineSeries
 Inheritedmarker : IStiMarker
IStiStackedBaseLineSeries
 InheritedseriesLabels : IStiSeriesLabels
IStiSeries
 InheritedshowInLegend : Boolean
IStiSeries
 InheritedshowNulls : Boolean
IStiStackedBaseLineSeries
 InheritedshowSeriesLabels : int
IStiSeries
 InheritedshowShadow : Boolean
IStiSeries
 InheritedsortBy : int
IStiSeries
 InheritedsortDirection : int
IStiSeries
 Inheritedtags : Vector.<Object>
IStiSeries
 InheritedtoolTips : Vector.<String>
IStiSeries
 InheritedtopN : IStiSeriesTopN
IStiSeries
 Inheritedvalues : Vector.<Number>
IStiSeries
 InheritedyAxis : int
IStiSeries
Public Methods
 MethodDefined By
 Inherited
clone(... args):Object
IStiClonable
 Inherited
IStiSeries
 Inherited
getType():Class
IStiSeries
 Inherited
IStiMemberwiseCloneable
 Inherited
processSeriesBrushes(pointIndex:int, seriesBrush:StiBrush):StiBrush
IStiSeries
 Inherited
processSeriesColors(pointIndex:int, seriesColor:StiColor):StiColor
IStiSeries
Property Detail
allowApplyBrushNegativeproperty
allowApplyBrushNegative:Boolean


Implementation
    public function get allowApplyBrushNegative():Boolean
    public function set allowApplyBrushNegative(value:Boolean):void
brushproperty 
brush:StiBrush


Implementation
    public function get brush():StiBrush
    public function set brush(value:StiBrush):void
brushNegativeproperty 
brushNegative:StiBrush


Implementation
    public function get brushNegative():StiBrush
    public function set brushNegative(value:StiBrush):void