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

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