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

Packages that use StiGetValueEvent
com.stimulsoft.report.chart.view.series   
com.stimulsoft.report.chart.view.series.bubble   
com.stimulsoft.report.components.simplecomponents   
com.stimulsoft.report.infographics.gauge.primitives.indicators   
com.stimulsoft.report.infographics.gauge.tick.linear.label   
com.stimulsoft.report.infographics.gauge.tick.linear.mark   
com.stimulsoft.report.infographics.gauge.tick.radial.label   
com.stimulsoft.report.infographics.gauge.tick.radial.mark   
 

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

Methods in com.stimulsoft.report.chart.view.series that return StiGetValueEvent
 StiGetValueEvent StiSeries.getGetValueEvent()
          Occurs when getting the property Value.
 

Methods in com.stimulsoft.report.chart.view.series with parameters of type StiGetValueEvent
 void StiSeries.setGetValueEvent(StiGetValueEvent value)
           
 

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

Methods in com.stimulsoft.report.chart.view.series.bubble that return StiGetValueEvent
 StiGetValueEvent StiBubbleSeries.getGetWeightEvent()
          Gets or sets a script of the event GetWeightEvent.
 

Methods in com.stimulsoft.report.chart.view.series.bubble with parameters of type StiGetValueEvent
 void StiBubbleSeries.setGetWeightEvent(StiGetValueEvent value)
           
 

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

Methods in com.stimulsoft.report.components.simplecomponents that return StiGetValueEvent
 StiGetValueEvent StiSimpleText.getGetValueEvent()
          Occurs when the text is being prepared for rendering.
 

Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiGetValueEvent
 void StiSimpleText.setGetValueEvent(StiGetValueEvent value)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.primitives.indicators that return StiGetValueEvent
 StiGetValueEvent StiIndicatorBase.getGetValueEvent()
          Occurs when getting the property Value.
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.indicators with parameters of type StiGetValueEvent
 void StiIndicatorBase.setGetValueEvent(StiGetValueEvent getValueEvent)
          Occurs when getting the property Value.
 

Uses of StiGetValueEvent in com.stimulsoft.report.infographics.gauge.tick.linear.label
 

Methods in com.stimulsoft.report.infographics.gauge.tick.linear.label that return StiGetValueEvent
 StiGetValueEvent StiLinearTickLabelCustom.getGetValueEvent()
          Occurs when getting the property value.
 

Methods in com.stimulsoft.report.infographics.gauge.tick.linear.label with parameters of type StiGetValueEvent
 void StiLinearTickLabelCustom.setGetValueEvent(StiGetValueEvent getValueEvent)
          Occurs when getting the property value.
 

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

Methods in com.stimulsoft.report.infographics.gauge.tick.linear.mark that return StiGetValueEvent
 StiGetValueEvent StiLinearTickMarkCustom.getGetValueEvent()
          Occurs when getting the property Value.
 

Methods in com.stimulsoft.report.infographics.gauge.tick.linear.mark with parameters of type StiGetValueEvent
 void StiLinearTickMarkCustom.setGetValueEvent(StiGetValueEvent getValueEvent)
          Occurs when getting the property Value.
 

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

Methods in com.stimulsoft.report.infographics.gauge.tick.radial.label that return StiGetValueEvent
 StiGetValueEvent StiRadialTickLabelCustom.getGetValueEvent()
          Occurs when getting the property Value.
 

Methods in com.stimulsoft.report.infographics.gauge.tick.radial.label with parameters of type StiGetValueEvent
 void StiRadialTickLabelCustom.setGetValueEvent(StiGetValueEvent getValueEvent)
          Occurs when getting the property Value.
 

Uses of StiGetValueEvent in com.stimulsoft.report.infographics.gauge.tick.radial.mark
 

Methods in com.stimulsoft.report.infographics.gauge.tick.radial.mark that return StiGetValueEvent
 StiGetValueEvent StiRadialTickMarkCustom.getGetValueEvent()
          Occurs when getting the property Value.
 

Methods in com.stimulsoft.report.infographics.gauge.tick.radial.mark with parameters of type StiGetValueEvent
 void StiRadialTickMarkCustom.setGetValueEvent(StiGetValueEvent getValueEvent)
          Occurs when getting the property Value.