Back to Devexpress

LinearScale Events

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-linearscale-dot-underscore-events.md

latest3.3 KB
Original Source

LinearScale Events

Represents the base class for scales in linear gauges.

NameDescription
AnimatingOccurs before the LinearScale object starts animation.
AnimationCompletedOccurs after the LinearScale object finishes animation.
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 LinearScale.MinValue and LinearScale.MaxValue properties when the LinearScale.AutoRescaling property is set to true.
CustomTickmarkTextAllows you to dynamically customize the text of tickmarks.
DisposedOccurs after the BaseObject has been disposed of. Inherited from BaseObject.
GeometryChangedFires after any of the following properties has changed: LinearScale.StartPoint or LinearScale.EndPoint.
MinMaxValueChangedFires when the value of the LinearScale.MinValue or LinearScale.MaxValue property is changed.
ValueChangedFires after the scale’s current value has been changed.

See Also

LinearScale Class

LinearScale Members

DevExpress.XtraGauges.Core.Model Namespace