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

XRDashboardGauge.ValueLabel Property

Gets values in the gauge.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v22.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public XRLabel ValueLabel { get; }

Property Value

Type Description
XRLabel

A Label control that is used to display values in the printed document.

See Also