Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadDataSeries Class / NegativeFill Property


In This Topic
    NegativeFill Property (SpreadDataSeries)
    In This Topic
    Gets or sets the fill brush for the negative value.
    Syntax
    'Declaration
     
    Public Property NegativeFill As Brush
    'Usage
     
    Dim instance As SpreadDataSeries
    Dim value As Brush
     
    instance.NegativeFill = value
     
    value = instance.NegativeFill
    public Brush NegativeFill {get; set;}

    Property Value

    The fill brush for the negative value.
    See Also