Back to Devexpress

LinearScaleComponent Events

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-linear-dot-linearscalecomponent-dot-underscore-events.md

latest3.9 KB
Original Source

LinearScaleComponent Events

Represents a scale within a linear gauge.

NameDescription
AnimatingOccurs before the LinearScale object starts animation. Inherited from LinearScale.
AnimationCompletedOccurs after the LinearScale object finishes animation. Inherited from LinearScale.
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. Inherited from LinearScale.
CustomTickmarkTextAllows you to dynamically customize the text of tickmarks. Inherited from LinearScale.
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. Inherited from LinearScale.
MinMaxValueChangedFires when the value of the LinearScale.MinValue or LinearScale.MaxValue property is changed. Inherited from LinearScale.
ValueChangedFires after the scale’s current value has been changed. Inherited from LinearScale.

See Also

LinearScaleComponent Class

LinearScaleComponent Members

DevExpress.XtraGauges.Win.Gauges.Linear Namespace