This question is locked. New answers and comments are not allowed.
Hi,
My client has a requirement to have a 3rd Y axis, since the Rad Chart tool does not have this feature we planned of having a background chart to display the Y axis based on that we are trying to plot the series on the Foreground Graph.
We have tried to handle this by using Prepaint Event of the chart Control..
The problem we are facing is that The Prepaint of the foreground is executed more than once when my mouse cursor is on the plot area.
Things are fine till this execution is correctly done , But some times the prepaint is executed more than once beacuse of the mouseover.
so ,
1. can some one please give us an overview of the complete Cycle of the Chart ploting
2. explain When and How the prepaint event is triggered and if there is a code where we can stop triggering this event that would also be useful.
Am Using C#.Net 2005.
-- Any Links or any Documents on this can be of great use to us.
-- Prepaint Event is what we are stuck with and This event is fired when i call mouseMove function also...
Thank u in Advance !!
My client has a requirement to have a 3rd Y axis, since the Rad Chart tool does not have this feature we planned of having a background chart to display the Y axis based on that we are trying to plot the series on the Foreground Graph.
We have tried to handle this by using Prepaint Event of the chart Control..
The problem we are facing is that The Prepaint of the foreground is executed more than once when my mouse cursor is on the plot area.
Things are fine till this execution is correctly done , But some times the prepaint is executed more than once beacuse of the mouseover.
so ,
1. can some one please give us an overview of the complete Cycle of the Chart ploting
2. explain When and How the prepaint event is triggered and if there is a code where we can stop triggering this event that would also be useful.
Am Using C#.Net 2005.
-- Any Links or any Documents on this can be of great use to us.
-- Prepaint Event is what we are stuck with and This event is fired when i call mouseMove function also...
Thank u in Advance !!