'Declaration
Public Overloads Function Add( _ ByVal type As LineChartSubType _ ) As LineChart
'Usage
Dim instance As ChartCollection Dim type As LineChartSubType Dim value As LineChart value = instance.Add(type)
public LineChart Add( LineChartSubType type )
Parameters
- type
- The LineChartSubType.
Return Value
The LineChart that has been added to the ChartCollection.