boolChartXYToTimePrice(
long chart_id, // Chart ID int x, // The X coordinate on the chart int y, // The Y coordinate on the chart int& sub_window, // The number of the subwindow datetime& time, // Time on the chart double& price // Price on the chart
);
我想要获取单击图表CHARTEVENT_CLICK的坐标,但是lparam和dparam是获取的像素的坐标,怎么转换成K线的坐标。
因为获取完坐标之后,下一步想画线。