ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / Axis Class / Max Property

In This Topic
    Max Property (Axis)
    In This Topic
    Gets or sets the axis maximum.
    Syntax
    'Declaration
     
    Public Property Max As System.Double
    public System.double Max {get; set;}
    See Also