Chart3D for WPF and Silverlight | ComponentOne
C1.Silverlight.Chart3D Namespace / Axis3D Class / Max Property


In This Topic
    Max Property (Axis3D)
    In This Topic
    Gets or sets the axis maximum.
    Syntax
    'Declaration
     
    
    Public Property Max As Double
    'Usage
     
    
    Dim instance As Axis3D
    Dim value As Double
     
    instance.Max = value
     
    value = instance.Max
    public double Max {get; set;}
    See Also