Spread Silverlight Documentation
FontFamily Property (SpreadChartBase)


GrapeCity.Windows.SpreadSheet.Data Namespace > SpreadChartBase Class : FontFamily Property
Gets or sets the font family of the chart.
Syntax
'Declaration
 
Public Property FontFamily As System.Windows.Media.FontFamily
'Usage
 
Dim instance As SpreadChartBase
Dim value As System.Windows.Media.FontFamily
 
instance.FontFamily = value
 
value = instance.FontFamily
public System.Windows.Media.FontFamily FontFamily {get; set;}
See Also

Reference

SpreadChartBase Class
SpreadChartBase Members