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