Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Axis Class / Max Property


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