ComponentOne FlexReport for WinForms
Add Method (ChartValueLabelsCollection)

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

Parameters

label
The value label to add.
See Also

Reference

ChartValueLabelsCollection Class
ChartValueLabelsCollection Members