ComponentOne FlexChart for WinForms
Max Property (Axis)


C1.Win.Chart Namespace > Axis Class : Max Property
Gets or sets the maximum value shown on the axis.
Syntax
'Declaration
 
Public Property Max As Double
'Usage
 
Dim instance As Axis
Dim value As Double
 
instance.Max = value
 
value = instance.Max
public double Max {get; set;}
Remarks
If the maximum is equal to NaN(default value) the maximum is calculated automatically.
See Also

Reference

Axis Class
Axis Members