Hi,
In my software GUI, there is a CWSlide which needs to align with CWGraph plotarea.
Based on the search in this forum, I think it is not possible to retrieve the plotarea X-coordinate from CWGraph class since it is not Exposed.
Anybody can give some idea? Anyway the exact X position is not necessary to me, what I need is to set CWSlide.X = CWGraph.Plotarea.X and CWSlide.width = CWGraph.plotrea.width
Thanks very much!!!