Spread Silverlight Documentation
FontSize Property (ChartLabelStyleInfo)


GrapeCity.Windows.SpreadSheet.Data Namespace > ChartLabelStyleInfo Class : FontSize Property
Gets or sets the size of the font.
Syntax
'Declaration
 
Public Property FontSize As System.Double
'Usage
 
Dim instance As ChartLabelStyleInfo
Dim value As System.Double
 
instance.FontSize = value
 
value = instance.FontSize
public System.double FontSize {get; set;}

Property Value

The size of the font.
See Also

Reference

ChartLabelStyleInfo Class
ChartLabelStyleInfo Members