GaugeDataPercentageValue Property |
|
DataPA OpenAnalytics API Reference
Gets the current value for this object as a percentage of the range
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public decimal PercentageValue { get; }
Public ReadOnly Property PercentageValue As Decimal
Get
public:
virtual property Decimal PercentageValue {
Decimal get () sealed;
}
function get_PercentageValue();
Property Value
Type:
DecimalThe current value for this object as a percentage of the range
Return Value
Type:
DecimalThe current value for this object as a percentage of the range
Remarks See Also