Class StiGetTitleEventArgs

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

public class StiGetTitleEventArgs extends EventArgs
Describes an argument for the event GetTitle.
  • Constructor Details

    • StiGetTitleEventArgs

      public StiGetTitleEventArgs()
  • Method Details

    • getValue

      public String getValue()
      Gets or sets the title value.
    • setValue

      public void setValue(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)