[VB] | Public Function getYCoor(v As Double [, yAxis As Axis ]) As Integer |
[C#] | public int getYCoor(double v [, Axis yAxis ]); |
ChartDirector 5.1 (.NET Edition)
Layer.getYCoor
Usage
[VB] | Public Function getYCoor(v As Double [, yAxis As Axis ]) As Integer |
[C#] | public int getYCoor(double v [, Axis yAxis ]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
v | (Mandatory) | The y data value. |
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. For backward compatibility, the axis argument can also be a boolean value. A true value means the primary y-axis. A false value means the secondary y-axis. |
Return Value