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