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

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

public class StiNewAutoSeriesEventArgs
extends StiEventHandlerArgs

Describes an argument for the event StiNewAutoSeries.


Field Summary
 
Fields inherited from class com.stimulsoft.base.system.StiEventHandlerArgs
Empty
 
Constructor Summary
StiNewAutoSeriesEventArgs(int seriesIndex, IStiSeries series, java.lang.Object color)
          Creates a new object of the type StiNewAutoSeriesEventArgs.
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiNewAutoSeriesEventArgs

public StiNewAutoSeriesEventArgs(int seriesIndex,
                                 IStiSeries series,
                                 java.lang.Object color)
Creates a new object of the type StiNewAutoSeriesEventArgs.

Parameters:
value - Value for event.
Method Detail

getSeriesIndex

public int getSeriesIndex()
Gets or sets the index of series.


setSeriesIndex

public void setSeriesIndex(int value)

getColor

public java.lang.Object getColor()
Gets or sets the series color.


setColor

public void setColor(java.lang.Object value)

getSeries

public IStiSeries getSeries()
Gets or sets the series.


setSeries

public void setSeries(IStiSeries value)