ComponentOne Chart3D for WPF and Silverlight
Min Property (Axis3D)


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

Reference

Axis3D Class
Axis3D Members