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


GrapeCity.Xaml.SpreadSheet.Data Namespace > DataPoint Class : NegativeFill Property
Gets or sets the fill brush for negative values.
Syntax
'Declaration
 
Public Property NegativeFill As Brush
'Usage
 
Dim instance As DataPoint
Dim value As Brush
 
instance.NegativeFill = value
 
value = instance.NegativeFill
public Brush NegativeFill {get; set;}

Property Value

The negative fill brush.
See Also

Reference

DataPoint Class
DataPoint Members