com.stimulsoft.report.chart.view.events
Class StiGetTitleEventArgs

java.lang.Object
  extended by com.stimulsoft.base.system.StiEventHandlerArgs
      extended by com.stimulsoft.report.chart.view.events.StiGetTitleEventArgs

public class StiGetTitleEventArgs
extends StiEventHandlerArgs

Describes an argument for the event GetTitle.


Field Summary
 
Fields inherited from class com.stimulsoft.base.system.StiEventHandlerArgs
Empty
 
Constructor Summary
StiGetTitleEventArgs()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiGetTitleEventArgs

public StiGetTitleEventArgs()
Method Detail

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)