LinearScale Events
Represents the base class for scales in linear gauges.
Name | Description |
---|---|
Animating |
Occurs before the Linear |
Animation |
Occurs after the Linear |
Changed |
Occurs after any property of the Base |
Custom |
Occurs before every gauge element is drawn, allowing you to draw it in a custom manner.
Inherited from Base |
Custom |
Allows you to implement a custom algorithm for adjusting the Linear |
Custom |
Allows you to dynamically customize the text of tickmarks. |
Disposed |
Occurs after the Base |
Geometry |
Fires after any of the following properties has changed: Linear |
Min |
Fires when the value of the Linear |
Value |
Fires after the scale’s current value has been changed. |
See Also