[C#] | public double[] getValuesAtPixel(int x, int y); |
[VB] | Public Function getValuesAtPixel(x As Integer, y As Integer) As Double() |
ChartDirector 7.1 (.NET Edition)
SurfaceChart.
Usage
[C#] | public double[] getValuesAtPixel(int x, int y); |
[VB] | Public Function getValuesAtPixel(x As Integer, y As Integer) As Double() |
Description
Arguments
Argument | Default | Description |
---|---|---|
x | (Mandatory) | The x pixel coordinate. |
y | (Mandatory) | The y pixel coordinate. |
Return Value