public class StiNewAutoSeriesEventArgs extends StiEventHandlerArgs
Empty| Constructor and Description |
|---|
StiNewAutoSeriesEventArgs(int seriesIndex,
IStiSeries series,
java.lang.Object color)
Creates a new object of the type StiNewAutoSeriesEventArgs.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getColor()
Gets or sets the series color.
|
IStiSeries |
getSeries()
Gets or sets the series.
|
int |
getSeriesIndex()
Gets or sets the index of series.
|
void |
setColor(java.lang.Object value) |
void |
setSeries(IStiSeries value) |
void |
setSeriesIndex(int value) |
public StiNewAutoSeriesEventArgs(int seriesIndex,
IStiSeries series,
java.lang.Object color)
value - Value for event.public int getSeriesIndex()
public void setSeriesIndex(int value)
public java.lang.Object getColor()
public void setColor(java.lang.Object value)
public IStiSeries getSeries()
public void setSeries(IStiSeries value)
Copyright © 2019 Stimulsoft. All Rights Reserved.