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