I have a legend in my application using groupBox with 3 labels whose text I adjust programatically, then make the legend visible. It works but it is not elegant (picture attached). I'm trying to see if the Adornment Layer would give me more flexibility. I have the LegendAdornmentLayer example but it unfortunately doesn't compile:
Error 1 The type 'System.Collections.Specialized.INotifyCollectionChanged' is defined in an assembly that is not referenced. You must add a reference to assembly 'WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. C:\temp\ThinkGeo Projects\LegendAdornmentLayer_CS_100215\LegendAdornmentLayer\TestForm.cs 40 13 LegendAdornmentLayer
Looking at the legend I have in the picture does it look like using an adornment layer would cover my needs?