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