Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Mark point in ScatterGraph (like a Tag property)

Dear all,

 

Visual Studio 2012

Measurement Studio 2012

ScatterGraph

 

I add points with the method PlotXYAppend.

I need to mark the added point with a bool value (true/false), to indicate if the point has already been saved or not.

This "saved" status is then used later on by a saving function to determine if the point needs to be saved,.

If the point has not yet been saved (Tag value is false) the saving function will save the point, and change the Tag value to true.

 

The issue is, that points do not have a Tag or Label property, like I know it from other graph components I've been working with.

 

I would like to avoid having to update a separate list of bool that would contain the "saved" status.

 

Does anyone know a possibility to mark a point somehow with a bool state (could also be a string that has e.g. "true" or "false")?

 

Thanks in advance! 

 

0 Kudos
Message 1 of 2
(5,082 Views)

OK, I ended up creating a separate list of bool to keep track of the saved state.

0 Kudos
Message 2 of 2
(5,047 Views)