Spread Silverlight Documentation
NegativeFill Property (DataPoint)


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

Property Value

The negative fill brush.
See Also

Reference

DataPoint Class
DataPoint Members