DataPA Enterprise Dashboard Controls API Reference
Gets and sets the percentage of the full range value that is used to calculate this value

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public decimal PercentageValue { get; set; }
Visual Basic
Public Property PercentageValue As Decimal
	Get
	Set
Visual C++
public:
virtual property Decimal PercentageValue {
	Decimal get () sealed;
	void set (Decimal value) sealed;
}

Property Value

Type: Decimal
The percentage of the full range value that is used to calculate this value

Return Value

Type: Decimal
The percentage of the full range value that is used to calculate this value

Remarks