Quantcast
Channel: Measurement Studio for .NET Languages topics
Viewing all articles
Browse latest Browse all 1999

How to get RenderGraphCore to be called

$
0
0

Hi,

 

I am having trouble refreshing the data in my graph. It looks like whenever

graph.Plots[i].Renderer = someRenderer;

or when

graph.Data[i] = someListOfData;

or

graph.Refresh();

is called, the method called RenderGraphCore should be called to rerender the data. My problem is that this is not always true. I am calling graph.Data[i] = someListOfData; twice and the first time I step through the program, it looks like it is getting to RenderGraphCore, the second time, I am modifying the list and then using the same line: graph.Data[i] = someListOfData; and RenderGraphCore is not being called. Is there some explanation of when RenderGraphCore gets fired or why RenderGraphCore isn't being called the second time?

 

Thanks,
Kelly


Viewing all articles
Browse latest Browse all 1999

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>