Skip to main content
A newer version of this page is available. .

ArcScale Events

Represents the base class for scales within circular gauges.
Name Description
Animating Occurs before the ArcScale object starts animation.
AnimationCompleted Occurs after the ArcScale object finishes animation.
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 ArcScale.MinValue and ArcScale.MaxValue properties when the ArcScale.AutoRescaling property is set to true.
CustomTickmarkText Allows you to dynamically customize the text of tickmarks.
Disposed Occurs after the BaseObject has been disposed of. Inherited from BaseObject.
GeometryChanged Fires after any of the following properties has changed: ArcScale.Center, ArcScale.RadiusX, ArcScale.RadiusY, ArcScale.StartAngle or ArcScale.EndAngle.
MinMaxValueChanged Fires when the value of the ArcScale.MinValue or ArcScale.MaxValue property is changed.
ValueChanged Fires after the scale’s current value (ArcScale.Value) has been changed.
See Also