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

In This Topic
    NegativeColor Property (C1Sparkline)
    In This Topic
    Gets or sets a value that specifies the color of the negative data points for each sparkline in this sparkline group.
    Syntax
    'Declaration
     
    Public Property NegativeColor As Color
    public Color NegativeColor {get; set;}
    See Also