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


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

    Property Value

    The theme color of the series.
    See Also