Back to Devexpress

ArcScaleComponent Events

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-circular-dot-arcscalecomponent-dot-underscore-events.md

latest4.2 KB
Original Source

ArcScaleComponent Events

Represents a scale within a circular gauge.

NameDescription
AnimatingOccurs before the ArcScale object starts animation. Inherited from ArcScale.
AnimationCompletedOccurs after the ArcScale object finishes animation. Inherited from ArcScale.
ChangedOccurs after any property of the BaseObject object has been changed. Inherited from BaseObject.
CustomDrawElementOccurs before every gauge element is drawn, allowing you to draw it in a custom manner. Inherited from BaseLeafPrimitive.
CustomRescalingAllows you to implement a custom algorithm for adjusting the ArcScale.MinValue and ArcScale.MaxValue properties when the ArcScale.AutoRescaling property is set to true. Inherited from ArcScale.
CustomTickmarkTextAllows you to dynamically customize the text of tickmarks. Inherited from ArcScale.
DisposedOccurs after the BaseObject has been disposed of. Inherited from BaseObject.
GeometryChangedFires after any of the following properties has changed: ArcScale.Center, ArcScale.RadiusX, ArcScale.RadiusY, ArcScale.StartAngle or ArcScale.EndAngle. Inherited from ArcScale.
MinMaxValueChangedFires when the value of the ArcScale.MinValue or ArcScale.MaxValue property is changed. Inherited from ArcScale.
ValueChangedFires after the scale’s current value (ArcScale.Value) has been changed. Inherited from ArcScale.

See Also

ArcScaleComponent Class

ArcScaleComponent Members

DevExpress.XtraGauges.Win.Gauges.Circular Namespace