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


In This Topic
    FontTheme Property (SpreadChartBase)
    In This Topic
    Gets or sets the font theme of the chart.
    Syntax
    'Declaration
     
    Public Property FontTheme As String
    'Usage
     
    Dim instance As SpreadChartBase
    Dim value As String
     
    instance.FontTheme = value
     
    value = instance.FontTheme
    public string FontTheme {get; set;}
    See Also