Package | stimulsoft.report.chart.view.events |
Class | public class StiNewAutoSeriesEventArgs |
Inheritance | StiNewAutoSeriesEventArgs ![]() |
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
Creates a new object of the type StiNewAutoSeriesEventArgs. | StiNewAutoSeriesEventArgs |
color | property |
color:StiColor
Gets or sets the series color.
public function get color():StiColor
public function set color(value:StiColor):void
series | property |
series:IStiSeries
Gets or sets the series.
public function get series():IStiSeries
public function set series(value:IStiSeries):void
seriesIndex | property |
seriesIndex:int
Gets or sets the index of series.
public function get seriesIndex():int
public function set seriesIndex(value:int):void
StiNewAutoSeriesEventArgs | () | Constructor |
public function StiNewAutoSeriesEventArgs(seriesIndex:int, series:IStiSeries, color:StiColor)
Creates a new object of the type StiNewAutoSeriesEventArgs.
ParametersseriesIndex:int | |
series:IStiSeries | |
color:StiColor |