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

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