Spread Silverlight Documentation
Formatter Property (ChartLabelStyleInfo)


GrapeCity.Windows.SpreadSheet.Data Namespace > ChartLabelStyleInfo Class : Formatter Property
Gets or sets the formatter.
Syntax
'Declaration
 
Public Property Formatter As IFormatter
'Usage
 
Dim instance As ChartLabelStyleInfo
Dim value As IFormatter
 
instance.Formatter = value
 
value = instance.Formatter
public IFormatter Formatter {get; set;}

Property Value

The formatter.
See Also

Reference

ChartLabelStyleInfo Class
ChartLabelStyleInfo Members