Group: Forum Members
Last Active: 10 Years Ago
Posts: 15,
Visits: 1
|
Hello!
I am using Nevron Chart (v2012Vol1 Enterprise) to draw some measure-over-time 2D line graphs. My customer wants to see "current" values (values under cursor) for each series in legend. I'm using Axis Cursors and Data Cursor Tool, so I can handle ValueChanged event and get current time and value for each series. So far, so good. The problem is, that the only way I found so far to show those values in legend includes use of NChartControl.Refresh() method. And refreshing of all chart graphics on every mouse move is very slow. Is it any way that I can redraw/refresh legend only? NLegend has Refresh() method, but using it doesn't have any effect. Please help. Thanks in advance, Vladimir
|