User (Legacy) Posted August 2, 2006 Report Share Posted August 2, 2006 Hello, I created a chart that uses Strings (Names) on the X-Axis. Now I want to get those Names, when the user clicks with his mouse in the chart. How do I do that? What does "PixelToValue" do? The Values I get make no sense to me. Thanks Jens Link to comment Share on other sites More sharing options...
User (Legacy) Posted August 2, 2006 Author Report Share Posted August 2, 2006 Hello, I created a chart that uses Strings (Names) on the X-Axis. Now I want to get those Names, when the user clicks with his mouse in the chart. How do I do that? What does "PixelToValue" do? The Values I get make no sense to me. Thanks Jens Link to comment Share on other sites More sharing options...
Software FX Posted August 4, 2006 Report Share Posted August 4, 2006 PixelToValue gives you the logical value corresponding to the mouse position for a given axis. You can use this (rounded) as the index for obtaining the label. -- Francisco Padron www.chartfx.com Link to comment Share on other sites More sharing options...
Software FX Posted August 4, 2006 Report Share Posted August 4, 2006 PixelToValue gives you the logical value corresponding to the mouse position for a given axis. You can use this (rounded) as the index for obtaining the label. -- Francisco Padron www.chartfx.com Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.