| Object Reference > Chart3DData Object > Chart3DData Methods > CreateSubset Method (Chart3DData) |
CreateSubset Method (Chart3DData)
Creates a new Chart3DData object consisting of a subset of the original data. This method cannot be used with Point data.
Function CreateSubset(XStart As Double, YStart As Double, XEnd As Double, YEnd As Double, NumX As Long, NumY As Long, Method As InterpolationConstants) As Chart3DData
|
Part |
Type |
Description |
|
Xstart |
Double |
X-coordinate of start of data subset |
|
Ystart |
Double |
Y-coordinate of start of data subset |
|
Xend |
Double |
X-coordinate of end of data subset |
|
Yend |
Double |
Y-coordinate of end of data subset |
|
NumX |
Long |
Number of grid lines in X direction |
|
NumY |
Long |
Number of grid lines in Y direction |
|
Method |
Long |
Spline interpolation method (see Interpolation Constants for valid values) |
See Also