Spread Silverlight Documentation
NegativeThemeColor Property


GrapeCity.Windows.SpreadSheet.Data Namespace > SparklineSetting Class : NegativeThemeColor Property
Gets or sets the theme color of the negative point.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property NegativeThemeColor As System.String
'Usage
 
Dim instance As SparklineSetting
Dim value As System.String
 
instance.NegativeThemeColor = value
 
value = instance.NegativeThemeColor
[System.ComponentModel.DefaultValue()]
public System.string NegativeThemeColor {get; set;}

Property Value

The theme color of the negative point.
See Also

Reference

SparklineSetting Class
SparklineSetting Members