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

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