User (Legacy) Posted March 9, 2005 Report Share Posted March 9, 2005 OS : Windows XP SP1a IE : IE6 SP1 ChartFX Windows Form v6.2.1342.0 Hi, I would like to gather the coordinates of the Inside area in which we plot the data. I didn't find the possibility to get these coordinates with the different methods or members existing in ChartFx object. Thanks for fast answer. Link to comment Share on other sites More sharing options...
Software FX Posted March 12, 2005 Report Share Posted March 12, 2005 You can use: chart.AxisX.ValueToPixel and chart.AxisY.ValueToPixel To determine the pixel position of the beginning and end of the scale for the X and Y axis respectively. -- FP Software FX Link to comment Share on other sites More sharing options...
User (Legacy) Posted March 23, 2005 Author Report Share Posted March 23, 2005 Thank you for your answer. It seems Ok for X Axis. For the Y Axis, it seems that the min and max value of the axis are in fact the min and max values of the serie. It means that we never get the bounds of the axis but only the min and max value of the serie data. Furthermore, if the axis have got a scroll (after a zoom for instance), the limits of the axis don't correspond to the bounds of the graphic area. We suppose that the bounds of the graphics area are somewhere in the chart properties, maybe private. Isn't it possible to have a special function which directly gives the coordinates of the graphic area? Thank you for a quick answer. Regards "SoftwareFX Support" <noreply@softwarefx.com> a Link to comment Share on other sites More sharing options...
Software FX Posted March 26, 2005 Report Share Posted March 26, 2005 If there is a scroll you can use GetScrollView to retrieve the current viewable area. -- FP Software FX Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.