Spread Silverlight Documentation
NegativeFillThemeColor Property (DataPoint)


GrapeCity.Windows.SpreadSheet.Data Namespace > DataPoint Class : NegativeFillThemeColor Property
Gets or sets the color of the fill theme for negative values.
Syntax
'Declaration
 
Public Property NegativeFillThemeColor As System.String
'Usage
 
Dim instance As DataPoint
Dim value As System.String
 
instance.NegativeFillThemeColor = value
 
value = instance.NegativeFillThemeColor
public System.string NegativeFillThemeColor {get; set;}

Property Value

The fill theme for negative values.
See Also

Reference

DataPoint Class
DataPoint Members