Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadChartBase Class / ForegroundThemeColor Property


In This Topic
    ForegroundThemeColor Property (SpreadChartBase)
    In This Topic
    Gets or sets a System.String object that describes the foreground for a chart.
    Syntax
    'Declaration
     
    Public Property ForegroundThemeColor As String
    'Usage
     
    Dim instance As SpreadChartBase
    Dim value As String
     
    instance.ForegroundThemeColor = value
     
    value = instance.ForegroundThemeColor
    public string ForegroundThemeColor {get; set;}

    Property Value

    The System.String object that describes the foreground for a chart.
    See Also