FromSurfaceData Method
Constructs a series containing surface data created from the specified value arrays.
Syntax
'Declaration Public Shared Function FromSurfaceData( _ ByVal name As String, _ ByVal xValues() As Double, _ ByVal yValues() As Double, _ ByVal zValues() As Double _ ) As Series
Parameters
- name
- Series Name
- xValues
- X Values
- yValues
- Y Values
- zValues
- Z Values
Return Value
A Series that can be used on surface charts.
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