Skip to main content

ScaleCustomLabel.Value Property

Gets or sets the value at which the custom label is located on a scale.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(0, Handler = "InvalidateScale")]
public double Value { get; set; }

Property Value

Type Description
Double

A Double value.

Remarks

Use the Value property together with the ScaleCustomLabel.Offset to set the position of the custom label on the scale.

See Also