Class StiGetTitleEventArgs
java.lang.Object
com.stimulsoft.base.EventArgs
com.stimulsoft.report.chart.view.events.StiGetTitleEventArgs
Describes an argument for the event GetTitle.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetIndex()Gets or sets the index of series.Gets or sets the series.getValue()Gets or sets the title value.voidsetIndex(int value) voidsetSeries(IStiSeries value) void
-
Constructor Details
-
StiGetTitleEventArgs
public StiGetTitleEventArgs()
-
-
Method Details
-
getValue
Gets or sets the title value. -
setValue
-
getIndex
public int getIndex()Gets or sets the index of series. -
setIndex
public void setIndex(int value) -
getSeries
Gets or sets the series. -
setSeries
-