Packagestimulsoft.report.chart.interfaces.series.financial
Interfacepublic interface IStiStockSeries extends IStiSeries, IStiFinancialSeries, IStiClonable, IStiMemberwiseCloneable
Implementors StiStockSeries



Public Properties
 PropertyDefined By
  allowApplyColorNegative : Boolean
IStiStockSeries
 InheritedallowApplyStyle : Boolean
IStiSeries
 Inheritedarguments : Vector.<Object>
IStiSeries
 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
  lineColor : StiColor
IStiStockSeries
  lineColorNegative : StiColor
IStiStockSeries
  lineStyle : int
IStiStockSeries
  lineWidth : Number
IStiStockSeries
 InheritedseriesLabels : IStiSeriesLabels
IStiSeries
 InheritedshowInLegend : Boolean
IStiSeries
 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
 InheritedvaluesClose : Vector.<Number>
IStiFinancialSeries
 InheritedvaluesHigh : Vector.<Number>
IStiFinancialSeries
 InheritedvaluesLow : Vector.<Number>
IStiFinancialSeries
 InheritedvaluesOpen : Vector.<Number>
IStiFinancialSeries
 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
allowApplyColorNegativeproperty
allowApplyColorNegative:Boolean


Implementation
    public function get allowApplyColorNegative():Boolean
    public function set allowApplyColorNegative(value:Boolean):void
lineColorproperty 
lineColor:StiColor


Implementation
    public function get lineColor():StiColor
    public function set lineColor(value:StiColor):void
lineColorNegativeproperty 
lineColorNegative:StiColor


Implementation
    public function get lineColorNegative():StiColor
    public function set lineColorNegative(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