Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1RadialNumericItem Class / Maximum Property

In This Topic
    Maximum Property (C1RadialNumericItem)
    In This Topic
    Maximum value for the C1RadialNumericItem.
    Syntax
    'Declaration
     
    
    Public Property Maximum As Double
    public double Maximum {get; set;}
    Remarks
    If it is not set, control will use the maximum value from the Items collection will be used.
    See Also