Back to Devexpress

LinearScale.GetInternalValue() Method

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-linearscale-5805a3ef.md

latest1.6 KB
Original Source

LinearScale.GetInternalValue() Method

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

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public float GetInternalValue()
vb
Public Function GetInternalValue As Single

Returns

TypeDescription
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

Value

MaxValue

MinValue

LinearScale Class

LinearScale Members

DevExpress.XtraGauges.Core.Model Namespace