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


In This Topic
    NegativeFillThemeColor Property (DataPoint)
    In This Topic
    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