Skip to main content

BaseRangeBar.ActualValue Property

Gets the actual value of the range bar.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

[Browsable(false)]
public float ActualValue { get; }

Property Value

Type Description
Single

A Single value that is the actual value of a range bar.

See Also