Skip to main content
A newer version of this page is available. .

LinearScale.GetInternalValue() Method

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

Namespace: DevExpress.XtraGauges.Core.Model

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

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