Gets the x pixel coordinate of a point given the x data value.
Note: You must call
XYChart.layoutAxes,
BaseChart.layout or
XYChart.packPlotArea first before calling this method. ChartDirector needs to perform auto-scaling and layout the axis before it can compute the coordinates.
For a 3D chart, this method will get the pixel coordinate of the data value on the top surface of the chart. Use
Layer.getXCoor to obtain the pixel coordinate of the data value on a particular chart layer.
© 2009 Advanced Software Engineering Limited. All rights reserved.