RangeValuePercentageValue Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the percentage of the full range value that is used to calculate this value
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public decimal PercentageValue { get; set; }
Public Property PercentageValue As Decimal
Get
Set
public:
virtual property Decimal PercentageValue {
Decimal get () sealed;
void set (Decimal value) sealed;
}
function get_PercentageValue();
function set_PercentageValue(value);
Property Value
Type:
DecimalThe percentage of the full range value that is used to calculate this value
Return Value
Type:
DecimalThe percentage of the full range value that is used to calculate this value
Remarks See Also