FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ParetoSeries Class / LabelFormatter Property


In This Topic
LabelFormatter Property (ParetoSeries)
In This Topic
Gets or sets the label formatter object for the series labels.
Syntax
'Declaration
 
Public Property LabelFormatter As ILabelFormatter
 
'Usage
 
Dim instance As ParetoSeries
Dim value As ILabelFormatter
 
instance.LabelFormatter = value
 
value = instance.LabelFormatter
See Also