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


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