dotnetCHARTING Send comments on this topic.
GetSurfaceData(Axis,Axis) Method
See Also 
dotnetCHARTING Namespace > SeriesCollection Class > GetSurfaceData Method : GetSurfaceData(Axis,Axis) Method


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.
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)
C# 
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.

See Also

© 2021 All Rights Reserved.