ComponentOne Chart for WPF and Silverlight
Max Property (Axis)


C1.WPF.C1Chart Namespace > Axis Class : Max Property
Gets or sets the maximum value shown on the axis.
Syntax
'Declaration
 
Public Property Max As System.Double
'Usage
 
Dim instance As Axis
Dim value As System.Double
 
instance.Max = value
 
value = instance.Max
public System.double Max {get; set;}
See Also

Reference

Axis Class
Axis Members