Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / IndexAxis Class / Maximum Property


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