DataPA Enterprise Dashboard Controls API Reference 
        
 Gets and sets a value that defines the maximum value for the Y Axis if useMinMaxValues is true
 
        
        Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# | 
|---|
public decimal maxValue { get; set; } | 
| Visual Basic | 
|---|
Public Property maxValue As Decimal
	Get
	Set  | 
| Visual C++ | 
|---|
public:
virtual property Decimal maxValue {
	Decimal get () sealed;
	void set (Decimal value) sealed;
} | 
Property Value
Type: 
DecimalThe maximum value for the Y Axis if useMinMaxValues is true
Return Value
Type: 
DecimalThe maximum value for the Y Axis if useMinMaxValues is true
Remarks
See Also