Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.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