GaugeDataValue Property |
|
DataPA OpenAnalytics API Reference
Gets the value this Gauge object should display
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public decimal Value { get; }
Public ReadOnly Property Value As Decimal
Get
public:
virtual property Decimal Value {
Decimal get () sealed;
}
Property Value
Type:
DecimalThe value this Gauge object should display
Return Value
Type:
DecimalThe value this Gauge object should display
Remarks See Also