Cannot zoom plot unless I have add another parcel "dummy".

I have a weird situation...

I add programmatically to the plots in my nor: graph (c#)

ChartCollection chartCollection = new ChartCollection();
Plot = new Plot (label);
parcel of land. Renderer = new LinePlotRenderer() {Stroke = brush, StrokeThickness = 0.5};
Graph Data.Add (chartCollection);
Graph Plots.Add (plot);

.....
chartCollection.Append (Initializer.DictionaryOfAllPossibleFrequencySteps [frequencyStep] .frequencyVal, realVal);

Everything works fine except when I try to zoom by using GraphInteractionPalette, the LATEST added intrigue remains static, while everything else is zoom.

For some reason if I add a "dummy" (with no data) when I'm done adding actual locations, all well zoomed in... including the last plot.  It's almost like the last parcel is not be 'active' or something.  Am I missing some appeal?

Thank you.

I just wanted you to know that this (#476665) problem has been fixed in the version of Measurement Studio 2015 .

Tags: NI Software

Similar Questions

Maybe you are looking for