Class StiNewAutoSeriesEventArgs
java.lang.Object
com.stimulsoft.base.EventArgs
com.stimulsoft.report.chart.view.events.StiNewAutoSeriesEventArgs
Describes an argument for the event StiNewAutoSeries.
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionStiNewAutoSeriesEventArgs(int seriesIndex, IStiSeries series, Object color) Creates a new object of the type StiNewAutoSeriesEventArgs. -
Method Summary
Modifier and TypeMethodDescriptiongetColor()Gets or sets the series color.Gets or sets the series.intGets or sets the index of series.voidvoidsetSeries(IStiSeries value) voidsetSeriesIndex(int value)
-
Constructor Details
-
StiNewAutoSeriesEventArgs
Creates a new object of the type StiNewAutoSeriesEventArgs.- Parameters:
value- Value for event.
-
-
Method Details
-
getSeriesIndex
public int getSeriesIndex()Gets or sets the index of series. -
setSeriesIndex
public void setSeriesIndex(int value) -
getColor
Gets or sets the series color. -
setColor
-
getSeries
Gets or sets the series. -
setSeries
-