Class StiNewAutoSeriesEventArgs

java.lang.Object
com.stimulsoft.base.EventArgs
com.stimulsoft.report.chart.view.events.StiNewAutoSeriesEventArgs

public class StiNewAutoSeriesEventArgs extends EventArgs
Describes an argument for the event StiNewAutoSeries.
  • Constructor Details

    • StiNewAutoSeriesEventArgs

      public StiNewAutoSeriesEventArgs(int seriesIndex, IStiSeries series, Object color)
      Creates a new object of the type StiNewAutoSeriesEventArgs.
      Parameters:
      value - Value for event.
  • Method Details

    • getSeriesIndex

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

      public void setSeriesIndex(int value)
    • getColor

      public Object getColor()
      Gets or sets the series color.
    • setColor

      public void setColor(Object value)
    • getSeries

      public IStiSeries getSeries()
      Gets or sets the series.
    • setSeries

      public void setSeries(IStiSeries value)