GrapeCity.Xaml.SpreadSheet.Data
NegativeFillThemeColor Property (DataPoint)


GrapeCity.Xaml.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 String
'Usage
 
Dim instance As DataPoint
Dim value As String
 
instance.NegativeFillThemeColor = value
 
value = instance.NegativeFillThemeColor
public string NegativeFillThemeColor {get; set;}

Property Value

The fill theme for negative values.
See Also

Reference

DataPoint Class
DataPoint Members