Uses of Class
com.stimulsoft.report.chart.view.events.StiGetValueEndEvent

Packages that use StiGetValueEndEvent
com.stimulsoft.report.chart.view.series.gantt   
com.stimulsoft.report.chart.view.series.range   
 

Uses of StiGetValueEndEvent in com.stimulsoft.report.chart.view.series.gantt
 

Methods in com.stimulsoft.report.chart.view.series.gantt that return StiGetValueEndEvent
 StiGetValueEndEvent StiGanttSeries.getGetValueEndEvent()
          Gets or sets a script of the event GetValueEnd.
 

Methods in com.stimulsoft.report.chart.view.series.gantt with parameters of type StiGetValueEndEvent
 void StiGanttSeries.setGetValueEndEvent(StiGetValueEndEvent value)
           
 

Uses of StiGetValueEndEvent in com.stimulsoft.report.chart.view.series.range
 

Methods in com.stimulsoft.report.chart.view.series.range that return StiGetValueEndEvent
 StiGetValueEndEvent StiSteppedRangeSeries.getGetValueEndEvent()
          Gets or sets a script of the event GetValueEnd.
 StiGetValueEndEvent StiSplineRangeSeries.getGetValueEndEvent()
          Gets or sets a script of the event GetValueEnd.
 StiGetValueEndEvent StiRangeSeries.getGetValueEndEvent()
          Gets or sets a script of the event GetValueEnd.
 StiGetValueEndEvent StiRangeBarSeries.getGetValueEndEvent()
          Gets or sets a script of the event GetValueEnd.
 

Methods in com.stimulsoft.report.chart.view.series.range with parameters of type StiGetValueEndEvent
 void StiSteppedRangeSeries.setGetValueEndEvent(StiGetValueEndEvent value)
           
 void StiSplineRangeSeries.setGetValueEndEvent(StiGetValueEndEvent value)
           
 void StiRangeSeries.setGetValueEndEvent(StiGetValueEndEvent value)
           
 void StiRangeBarSeries.setGetValueEndEvent(StiGetValueEndEvent value)