Skip to main content

LinearScale.GetInternalValue() Method

Gets the actual value that has been assigned to the scale.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v23.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

public float GetInternalValue()

Returns

Type Description
Single

A Single value that specifies the actual value that has been assigned to the scale.

Remarks

This method is equivalent to the ArcScale.GetInternalValue method. See this link, to learn more.

See Also