Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / RadarValueAxis Class / AutoMaximum Property


In This Topic
    AutoMaximum Property (RadarValueAxis)
    In This Topic
    Gets or sets whether the ruler maximum is automatically generated.
    Syntax
    'Declaration
     
    
    Public Property AutoMaximum As Boolean
    'Usage
     
    
    Dim instance As RadarValueAxis
    Dim value As Boolean
     
    instance.AutoMaximum = value
     
    value = instance.AutoMaximum
    public bool AutoMaximum {get; set;}
    See Also