Sparkline for WPF
C1.WPF.Sparkline.4.6.2 Assembly / C1.WPF.Sparkline Namespace / C1Sparkline Class / ManualMax Property

In This Topic
    ManualMax Property (C1Sparkline)
    In This Topic
    Gets or sets a value that specifies the maximum for the vertical axis that is shared across all sparklines in this sparkline group. The axis is zero if maxAxisType does not equal custom.
    Syntax
    'Declaration
     
    Public Property ManualMax As Double
    public double ManualMax {get; set;}
    See Also