Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SparklineSetting Class / NegativeThemeColor Property


In This Topic
    NegativeThemeColor Property
    In This Topic
    Gets or sets the theme color of the negative point.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property NegativeThemeColor As String
    'Usage
     
    Dim instance As SparklineSetting
    Dim value As String
     
    instance.NegativeThemeColor = value
     
    value = instance.NegativeThemeColor
    [DefaultValue("")]
    public string NegativeThemeColor {get; set;}

    Property Value

    The theme color of the negative point.
    See Also