User (Legacy) Posted February 25, 2005 Report Share Posted February 25, 2005 Here is a question from a newbie. I'd like to get the actual size of the graphic area (where the curves are drawn). Getting the size of the whole control is easy, but I haven't find a way to get the size of the "user" area, not to mention the size of the borders. Help me please !!!! Thanks a lot Bruno Link to comment Share on other sites More sharing options...
Software FX Posted March 1, 2005 Report Share Posted March 1, 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 11, 2005 Author Report Share Posted March 11, 2005 Thanks, it works fine. Bruno Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.