ComponentOne Chart3D for WPF and Silverlight
Max Property (Axis3D)


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

Reference

Axis3D Class
Axis3D Members