Uses of Class
com.stimulsoft.report.infographics.gauge.expressions.StiValueExpression

Packages that use StiValueExpression
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 StiValueExpression in com.stimulsoft.report.infographics.gauge.primitives.indicators
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.indicators that return StiValueExpression
 StiValueExpression StiIndicatorBase.getValue()
          the current position of an indicator.
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.indicators with parameters of type StiValueExpression
 void StiIndicatorBase.setValue(StiValueExpression value)
          the current position of an indicator.
 

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

Methods in com.stimulsoft.report.infographics.gauge.tick.linear.label that return StiValueExpression
 StiValueExpression StiLinearTickLabelCustom.getValue()
          value corresponds to this tick label.
 

Methods in com.stimulsoft.report.infographics.gauge.tick.linear.label with parameters of type StiValueExpression
 void StiLinearTickLabelCustom.setValue(StiValueExpression value)
          value corresponds to this tick label.
 

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

Methods in com.stimulsoft.report.infographics.gauge.tick.linear.mark that return StiValueExpression
 StiValueExpression StiLinearTickMarkCustom.getValue()
          value corresponds to this tick mark.
 

Methods in com.stimulsoft.report.infographics.gauge.tick.linear.mark with parameters of type StiValueExpression
 void StiLinearTickMarkCustom.setValue(StiValueExpression value)
          value corresponds to this tick mark.
 

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

Methods in com.stimulsoft.report.infographics.gauge.tick.radial.label that return StiValueExpression
 StiValueExpression StiRadialTickLabelCustom.getValue()
          value corresponds to this tick label.
 

Methods in com.stimulsoft.report.infographics.gauge.tick.radial.label with parameters of type StiValueExpression
 void StiRadialTickLabelCustom.setValue(StiValueExpression value)
          value corresponds to this tick label.
 

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

Methods in com.stimulsoft.report.infographics.gauge.tick.radial.mark that return StiValueExpression
 StiValueExpression StiRadialTickMarkCustom.getValue()
          value corresponds to this tick mark.
 

Methods in com.stimulsoft.report.infographics.gauge.tick.radial.mark with parameters of type StiValueExpression
 void StiRadialTickMarkCustom.setValue(StiValueExpression value)
          value corresponds to this tick mark.