|
virtual |
Sets value for the specified scale.
Call this method to set a values for a scale specified by nIndex.
You can set uiAnimationTime to animate the scale pointer while it's moving towards the target value specified by dblValue.
dblVal | Specifies the target value to set. |
nIndex | Specifies scale index. |
uiAnimationTime | Specifies animation time. Set to 0 to set the value without animation. |
bRedraw | TRUE - redraw the gauge. |
Reimplemented from CBCGPBaseVisualObject.
Reimplemented in CBCGPCircularGaugeImpl, and CBCGPLinearGaugeImpl.