ComponentOne FlexReport for WinForms
Add Method (ChartLabelsCollection)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > ChartLabelsCollection Class : Add Method
The chart label to add.
Adds an existing chart label to the collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal label As ChartLabel _
) 
public void Add( 
   ChartLabel label
)

Parameters

label
The chart label to add.
See Also

Reference

ChartLabelsCollection Class
ChartLabelsCollection Members