Sparkline for WPF
C1.WPF.Sparkline Assembly / C1.WPF.Sparkline Namespace / C1Sparkline Class / MaxAxisType Property

In This Topic
    MaxAxisType Property (C1Sparkline)
    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