How can I control the placement of a Symbol's captions?
Currently with a 'bubble' symbol the caption is appearing over the symbol I want it to display above by default.
Further for some of my applications I want to one piece a caption above the symbol and a value below the symbol, is this possible?
Hi,
Just checking if the latest reply helped you out and if you require any further assistance on the matter.
Sincerely,DimiDeveloper Support Engineer, MCPD Infragistics, Inc.www.infragistics.com/support
I have almost got a workable solution, except for the alignment.
It looks like the value template is positioned with the top left hand corner at the symbol origin. I need to show the data template centered on the origin, setting HorizontalAlignment & VerticalAlignment appears to have no effect. Is there a way to adjust the alighnment?
Actually, I was attempting to do the same thing in moving the caption placement to underneath the symbol. I'm getting stuck because my symbols are being dynamically created in the layer and so the captions are set in code behind. Is there a way to manipulate its placement at that point or can it only be done in the xaml as used in the examples? TIA
JP