com.stimulsoft.report.chart.view.events
Class StiGetTitleEventArgs
java.lang.Object
com.stimulsoft.base.system.StiEventHandlerArgs
com.stimulsoft.report.chart.view.events.StiGetTitleEventArgs
public class StiGetTitleEventArgs
- extends StiEventHandlerArgs
Describes an argument for the event GetTitle.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiGetTitleEventArgs
public StiGetTitleEventArgs()
getValue
public java.lang.String getValue()
- Gets or sets the title value.
setValue
public void setValue(java.lang.String value)
getIndex
public int getIndex()
- Gets or sets the index of series.
setIndex
public void setIndex(int value)
getSeries
public IStiSeries getSeries()
- Gets or sets the series.
setSeries
public void setSeries(IStiSeries value)