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


In This Topic
    NegativeFillThemeColor Property (SpreadDataSeries)
    In This Topic
    Gets or sets the fill theme color for the negative value.
    Syntax
    'Declaration
     
    Public Property NegativeFillThemeColor As String
    'Usage
     
    Dim instance As SpreadDataSeries
    Dim value As String
     
    instance.NegativeFillThemeColor = value
     
    value = instance.NegativeFillThemeColor
    public string NegativeFillThemeColor {get; set;}

    Property Value

    The fill theme color for the negative value.
    See Also