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


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