06-24-2013 10:16 AM - edited 06-24-2013 10:17 AM
Annotation target is hidden under plot and cannot be interacted with. Annotation label is positioned over the same plot and is draggable. Without plot everything works fine. When I zoom in enough so that plot isn't too thick, it also works fine. See attachment, there is barely visible annotation circle under the plot, and it cannot be moved. Only if I click at the circle part that is not covered by the plot, it can be moved.
Measurement Studio 2013, VS 2010, Windows 8 64-bit
Solved! Go to Solution.
06-24-2013
04:50 PM
- last edited on
11-20-2024
04:19 PM
by
Content Cleaner
Unfortunately, this is a known issue in Measurement Studio 2013.
As a workaround, you can set the Graph.Position
attached property to AbovePlots
, so that the plots will not interfere with the annotation's mouse interaction.
06-25-2013 06:37 AM
Graph.Position is property of what class? Annotations don't have such property.
06-25-2013
09:47 AM
- last edited on
11-20-2024
04:19 PM
by
Content Cleaner
It is an attached property defined by the LayeredGraph
base class. In code, you would use Graph.SetPosition( annotation, GraphLayerPosition.AbovePlots )
; in XAML, ni:Graph.Position="AbovePlots"
.
08-11-2015
11:23 AM
- last edited on
11-20-2024
04:20 PM
by
Content Cleaner
Just wanted to let you know this issue (#351145) was fixed in the Measurement Studio 2015 release.