Uses of Class
com.stimulsoft.report.events.StiGetValueEventArgs

Packages that use StiGetValueEventArgs
com.stimulsoft.report.chart.view.series   
com.stimulsoft.report.chart.view.series.bubble   
com.stimulsoft.report.chart.view.series.candlestick   
com.stimulsoft.report.chart.view.series.gantt   
com.stimulsoft.report.chart.view.series.pie   
com.stimulsoft.report.chart.view.series.range   
com.stimulsoft.report.components.simplecomponents   
com.stimulsoft.report.infographics.gauge.primitives.indicators   
com.stimulsoft.report.infographics.gauge.tick.linear.mark   
com.stimulsoft.report.infographics.gauge.tick.radial.label   
com.stimulsoft.report.interfaces   
com.stimulsoft.report.options   
 

Uses of StiGetValueEventArgs in com.stimulsoft.report.chart.view.series
 

Methods in com.stimulsoft.report.chart.view.series with parameters of type StiGetValueEventArgs
 void StiSeries.InvokeGetListOfArguments(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetListOfArguments event.
 void StiSeries.InvokeGetListOfHyperlinks(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetListOfHyperlinks event.
 void StiSeries.InvokeGetListOfTags(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetListOfTags event.
 void StiSeries.InvokeGetListOfToolTips(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetListOfToolTips event.
 void StiSeries.InvokeGetListOfValues(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetListOfValues event.
 void StiSeries.InvokeGetValue(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetValue event.
protected  void StiSeries.OnGetListOfArguments(StiGetValueEventArgs e)
          Raises the Arguments event.
protected  void StiSeries.OnGetListOfHyperlinks(StiGetValueEventArgs e)
          Raises the Hyperlinks event.
protected  void StiSeries.OnGetListOfTags(StiGetValueEventArgs e)
          Raises the GetListOfTags event.
protected  void StiSeries.OnGetListOfToolTips(StiGetValueEventArgs e)
          Raises the GetListOfToolTips event.
protected  void StiSeries.OnGetListOfValues(StiGetValueEventArgs e)
          Raises the values event.
protected  void StiSeries.OnGetValue(StiGetValueEventArgs e)
          Raises the GetValue event.
 

Uses of StiGetValueEventArgs in com.stimulsoft.report.chart.view.series.bubble
 

Methods in com.stimulsoft.report.chart.view.series.bubble with parameters of type StiGetValueEventArgs
 void StiBubbleSeries.InvokeGetListOfWeights(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetListOfWeights event.
 void StiBubbleSeries.InvokeGetWeight(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetWeight event.
protected  void StiBubbleSeries.OnGetListOfWeights(StiGetValueEventArgs e)
          Raises the values end event.
protected  void StiBubbleSeries.OnGetWeight(StiGetValueEventArgs e)
          Raises the GetWeight event.
 

Uses of StiGetValueEventArgs in com.stimulsoft.report.chart.view.series.candlestick
 

Methods in com.stimulsoft.report.chart.view.series.candlestick with parameters of type StiGetValueEventArgs
 void StiCandlestickSeries.InvokeGetListOfValuesClose(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetListOfValuesClose event.
 void StiCandlestickSeries.InvokeGetListOfValuesHigh(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetListOfValuesHigh event.
 void StiCandlestickSeries.InvokeGetListOfValuesLow(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetListOfValuesLow event.
 void StiCandlestickSeries.InvokeGetListOfValuesOpen(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetListOfValuesOpen event.
 void StiCandlestickSeries.InvokeGetValueClose(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetValueClose event.
 void StiCandlestickSeries.InvokeGetValueHigh(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetValueHigh event.
 void StiCandlestickSeries.InvokeGetValueLow(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetValueLow event.
 void StiCandlestickSeries.InvokeGetValueOpen(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetValueOpen event.
protected  void StiCandlestickSeries.OnGetListOfValuesClose(StiGetValueEventArgs e)
          Raises the values close event.
protected  void StiCandlestickSeries.OnGetListOfValuesHigh(StiGetValueEventArgs e)
          Raises the values high event.
protected  void StiCandlestickSeries.OnGetListOfValuesLow(StiGetValueEventArgs e)
          Raises the values low event.
protected  void StiCandlestickSeries.OnGetListOfValuesOpen(StiGetValueEventArgs e)
          Raises the values open event.
protected  void StiCandlestickSeries.OnGetValueClose(StiGetValueEventArgs e)
          Raises the GetValueClose event.
protected  void StiCandlestickSeries.OnGetValueHigh(StiGetValueEventArgs e)
          Raises the GetValueHigh event.
protected  void StiCandlestickSeries.OnGetValueLow(StiGetValueEventArgs e)
          Raises the GetValueLow event.
protected  void StiCandlestickSeries.OnGetValueOpen(StiGetValueEventArgs e)
          Raises the GetValueOpen event.
 

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

Methods in com.stimulsoft.report.chart.view.series.gantt with parameters of type StiGetValueEventArgs
 void StiGanttSeries.InvokeGetListOfValuesEnd(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetListOfValuesEnd event.
 void StiGanttSeries.InvokeGetValueEnd(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetValueEnd event.
protected  void StiGanttSeries.OnGetListOfValuesEnd(StiGetValueEventArgs e)
          Raises the values end event.
protected  void StiGanttSeries.OnGetValueEnd(StiGetValueEventArgs e)
          Raises the GetValueEnd event.
 

Uses of StiGetValueEventArgs in com.stimulsoft.report.chart.view.series.pie
 

Methods in com.stimulsoft.report.chart.view.series.pie with parameters of type StiGetValueEventArgs
 void StiPieSeries.InvokeGetCutPieList(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetCutPieList event.
protected  void StiPieSeries.OnGetCutPieList(StiGetValueEventArgs e)
          Raises the values event.
 

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

Methods in com.stimulsoft.report.chart.view.series.range with parameters of type StiGetValueEventArgs
 void StiSteppedRangeSeries.InvokeGetListOfValuesEnd(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetListOfValuesEnd event.
 void StiSplineRangeSeries.InvokeGetListOfValuesEnd(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetListOfValuesEnd event.
 void StiRangeSeries.InvokeGetListOfValuesEnd(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetListOfValuesEnd event.
 void StiRangeBarSeries.InvokeGetListOfValuesEnd(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetListOfValuesEnd event.
 void StiSteppedRangeSeries.InvokeGetValueEnd(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetValueEnd event.
 void StiSplineRangeSeries.InvokeGetValueEnd(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetValueEnd event.
 void StiRangeSeries.InvokeGetValueEnd(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetValueEnd event.
 void StiRangeBarSeries.InvokeGetValueEnd(StiComponent sender, StiGetValueEventArgs e)
          Raises the GetValueEnd event.
protected  void StiSteppedRangeSeries.OnGetListOfValuesEnd(StiGetValueEventArgs e)
          Raises the values end event.
protected  void StiSplineRangeSeries.OnGetListOfValuesEnd(StiGetValueEventArgs e)
          Raises the values end event.
protected  void StiRangeSeries.OnGetListOfValuesEnd(StiGetValueEventArgs e)
          Raises the values end event.
protected  void StiRangeBarSeries.OnGetListOfValuesEnd(StiGetValueEventArgs e)
          Raises the values end event.
protected  void StiSteppedRangeSeries.OnGetValueEnd(StiGetValueEventArgs e)
          Raises the GetValueEnd event.
protected  void StiSplineRangeSeries.OnGetValueEnd(StiGetValueEventArgs e)
          Raises the GetValueEnd event.
protected  void StiRangeSeries.OnGetValueEnd(StiGetValueEventArgs e)
          Raises the GetValueEnd event.
protected  void StiRangeBarSeries.OnGetValueEnd(StiGetValueEventArgs e)
          Raises the GetValueEnd event.
 

Uses of StiGetValueEventArgs in com.stimulsoft.report.components.simplecomponents
 

Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiGetValueEventArgs
 void StiSimpleText.InvokeGetValue(StiComponent sender, StiGetValueEventArgs e)
           
 void StiRichText.InvokeGetValue(StiComponent sender, StiGetValueEventArgs e)
           
protected  void StiSimpleText.OnGetValue(StiGetValueEventArgs e)
          Raises the GetValue event.
 

Uses of StiGetValueEventArgs in com.stimulsoft.report.infographics.gauge.primitives.indicators
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.indicators with parameters of type StiGetValueEventArgs
 void StiIndicatorBase.InvokeGetValue(StiGaugeElement sender, StiGetValueEventArgs e)
          Raises the GetValue event.
protected  void StiIndicatorBase.OnGetValue(StiGetValueEventArgs e)
          Raises the GetValue event.
 

Uses of StiGetValueEventArgs in com.stimulsoft.report.infographics.gauge.tick.linear.mark
 

Methods in com.stimulsoft.report.infographics.gauge.tick.linear.mark with parameters of type StiGetValueEventArgs
 void StiLinearTickMarkCustom.InvokeGetValue(StiGaugeElement sender, StiGetValueEventArgs e)
           
 

Uses of StiGetValueEventArgs in com.stimulsoft.report.infographics.gauge.tick.radial.label
 

Methods in com.stimulsoft.report.infographics.gauge.tick.radial.label with parameters of type StiGetValueEventArgs
 void StiRadialTickLabelCustom.invokeGetValue(StiGaugeElement sender, StiGetValueEventArgs e)
          Raises the GetValue event.
protected  void StiRadialTickLabelCustom.onGetValue(StiGetValueEventArgs e)
          Raises the GetValue event.
 

Uses of StiGetValueEventArgs in com.stimulsoft.report.interfaces
 

Methods in com.stimulsoft.report.interfaces with parameters of type StiGetValueEventArgs
 void IStiInvokeGetListOfValuesEnd.InvokeGetListOfValuesEnd(StiComponent sender, StiGetValueEventArgs e)
           
 void IStiInvokeGetValueEnd.InvokeGetValueEnd(StiComponent sender, StiGetValueEventArgs e)
           
 

Uses of StiGetValueEventArgs in com.stimulsoft.report.options
 

Methods in com.stimulsoft.report.options with parameters of type StiGetValueEventArgs
static void EngineOptions.GlobalEvents.InvokeGetValue(StiComponent sender, StiGetValueEventArgs e)
           
 



Copyright © 2018 Stimulsoft. All Rights Reserved.