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