[VB] | Public Function getYValue(yCoor As Integer [, yAxis As Axis ]) As Double |
[C#] | public double getYValue(int yCoor [, Axis yAxis ]); |
ChartDirector 5.1 (.NET Edition)
XYChart.getYValue
Usage
[VB] | Public Function getYValue(yCoor As Integer [, yAxis As Axis ]) As Double |
[C#] | public double getYValue(int yCoor [, Axis yAxis ]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
yCoor | (Mandatory) | The y pixel coordinate. |
yAxis | [Null] | The y-axis to use to determine the pixel coordinates of data values. The y-axis may be obtained using XYChart.yAxis, XYChart.yAxis2 or XYChart.addAxis. The default is to use the primary y-axis. |
Return Value