Sparkline for UWP | ComponentOne
C1.UWP.Sparkline Assembly / C1.Xaml.Sparkline Namespace / C1Sparkline Class / MinAxisType Property

In This Topic
    MinAxisType Property
    In This Topic
    Gets or sets a value that specifies how the vertical axis minimum is calculated for the sparklines in this sparkline group.
    Syntax
    'Declaration
     
    
    Public Property MinAxisType As SparklineAxisMinMax
    public SparklineAxisMinMax MinAxisType {get; set;}
    See Also