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


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