public class StiGetTitleEventArgs extends StiEventHandlerArgs
Empty| Constructor and Description |
|---|
StiGetTitleEventArgs() |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Gets or sets the index of series.
|
IStiSeries |
getSeries()
Gets or sets the series.
|
java.lang.String |
getValue()
Gets or sets the title value.
|
void |
setIndex(int value) |
void |
setSeries(IStiSeries value) |
void |
setValue(java.lang.String value) |
public java.lang.String getValue()
public void setValue(java.lang.String value)
public int getIndex()
public void setIndex(int value)
public IStiSeries getSeries()
public void setSeries(IStiSeries value)
Copyright © 2019 Stimulsoft. All Rights Reserved.