| YAxismaxValue Property  | 
            
               
             | 
          
        
        DataPA OpenAnalytics 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)
Syntaxpublic decimal maxValue { get; set; }Public Property maxValue As Decimal
	Get
	Set
public:
virtual property Decimal maxValue {
	Decimal get () sealed;
	void set (Decimal value) sealed;
}function get_maxValue();
function set_maxValue(value);
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