NegativeColor Property (SparklineSetting)
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
<DefaultValueAttribute(System.Windows.Media.Color, "Brown")>
Public Property NegativeColor As Color
'Usage
Dim instance As SparklineSetting
Dim value As Color
instance.NegativeColor = value
value = instance.NegativeColor
[DefaultValue(System.Windows.Media.Color, "Brown")]
public Color NegativeColor {get; set;}
See Also