.netCHARTING v10.5 Documentation


The X axis of the surface chart. This method will setup the axis to display element names instead of numbers.
The Y axis of the surface chart. This method will setup the axis to display series names instead of numbers.
GetSurfaceData(Axis,Axis) Method
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
'Declaration
 
Public Overloads Function GetSurfaceData( _
   ByVal xAxis As Axis, _
   ByVal yAxis As Axis _
) As Series
'Usage
 
Dim instance As SeriesCollection
Dim xAxis As Axis
Dim yAxis As Axis
Dim value As Series
 
value = instance.GetSurfaceData(xAxis, yAxis)
public Series GetSurfaceData( 
   Axis xAxis,
   Axis 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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also