LinearScale.GetInternalValue() Method
Gets the actual value that has been assigned to the scale.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
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