Packagestimulsoft.report.chart.view.events
Classpublic class StiNewAutoSeriesEventArgs
InheritanceStiNewAutoSeriesEventArgs Inheritance Object



Public Properties
 PropertyDefined By
  color : StiColor
Gets or sets the series color.
StiNewAutoSeriesEventArgs
  series : IStiSeries
Gets or sets the series.
StiNewAutoSeriesEventArgs
  seriesIndex : int
Gets or sets the index of series.
StiNewAutoSeriesEventArgs
Public Methods
 MethodDefined By
  
StiNewAutoSeriesEventArgs(seriesIndex:int, series:IStiSeries, color:StiColor)
Creates a new object of the type StiNewAutoSeriesEventArgs.
StiNewAutoSeriesEventArgs
Property Detail
colorproperty
color:StiColor

Gets or sets the series color.


Implementation
    public function get color():StiColor
    public function set color(value:StiColor):void
seriesproperty 
series:IStiSeries

Gets or sets the series.


Implementation
    public function get series():IStiSeries
    public function set series(value:IStiSeries):void
seriesIndexproperty 
seriesIndex:int

Gets or sets the index of series.


Implementation
    public function get seriesIndex():int
    public function set seriesIndex(value:int):void
Constructor Detail
StiNewAutoSeriesEventArgs()Constructor
public function StiNewAutoSeriesEventArgs(seriesIndex:int, series:IStiSeries, color:StiColor)

Creates a new object of the type StiNewAutoSeriesEventArgs.

Parameters
seriesIndex:int
 
series:IStiSeries
 
color:StiColor