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


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