Packagestimulsoft.report.chart.view.events
Classpublic class StiGetTitleEventArgs
InheritanceStiGetTitleEventArgs Inheritance Object



Public Properties
 PropertyDefined By
  index : int
Gets or sets the index of series.
StiGetTitleEventArgs
  series : IStiSeries
Gets or sets the series.
StiGetTitleEventArgs
  value : String
Gets or sets the title value.
StiGetTitleEventArgs
Property Detail
indexproperty
index:int

Gets or sets the index of series.


Implementation
    public function get index():int
    public function set index(value:int):void
seriesproperty 
series:IStiSeries

Gets or sets the series.


Implementation
    public function get series():IStiSeries
    public function set series(value:IStiSeries):void
valueproperty 
value:String

Gets or sets the title value.


Implementation
    public function get value():String
    public function set value(value:String):void