Skip to main content

LinearScaleComponent Events

Represents a scale within a linear gauge.
Name Description
Animating Occurs before the LinearScale object starts animation. Inherited from LinearScale.
AnimationCompleted Occurs after the LinearScale object finishes animation. Inherited from LinearScale.
Changed Occurs after any property of the BaseObject object has been changed. Inherited from BaseObject.
CustomDrawElement Occurs before every gauge element is drawn, allowing you to draw it in a custom manner. Inherited from BaseLeafPrimitive.
CustomRescaling Allows you to implement a custom algorithm for adjusting the LinearScale.MinValue and LinearScale.MaxValue properties when the LinearScale.AutoRescaling property is set to true. Inherited from LinearScale.
CustomTickmarkText Allows you to dynamically customize the text of tickmarks. Inherited from LinearScale.
Disposed Occurs after the BaseObject has been disposed of. Inherited from BaseObject.
GeometryChanged Fires after any of the following properties has changed: LinearScale.StartPoint or LinearScale.EndPoint. Inherited from LinearScale.
MinMaxValueChanged Fires when the value of the LinearScale.MinValue or LinearScale.MaxValue property is changed. Inherited from LinearScale.
ValueChanged Fires after the scale’s current value has been changed. Inherited from LinearScale.
See Also