Returns a series with surface data for this SeriesCollection when the elements in this series use names for x axis values and populates the specified axes with string labels.
Syntax
Visual Basic (Declaration) | |
---|
Public Overloads Function GetSurfaceData( _
ByVal xAxis As Axis, _
ByVal yAxis As Axis _
) As Series |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As SeriesCollection
Dim xAxis As Axis
Dim yAxis As Axis
Dim value As Series
value = instance.GetSurfaceData(xAxis, yAxis)
|
Parameters
- xAxis
- The X axis of the surface chart. This method will setup the axis to display element names instead of numbers.
- yAxis
- The Y axis of the surface chart. This method will setup the axis to display series names instead of numbers.
Return Value
A series with surface data.
See Also