How can I restrict minimum height of whole legend section (not single legend item) ?
Something like <igCA:XamChart.Legend MinHeight="100"> doesn't work.
igCA:XamChart.Legend MinHeight="100"
> doesn't work.
Hello,
You can try to set the Margin of the Legend like that :
<igCA:XamChart.Legend>
<igCA:Legend Background="Red" UseDataTemplate="True"
MarginType="Percent" Margin="70,10,0,0" />
</igCA:XamChart.Legend>
Hope this helps
Vlad
Hi,
Is it possible to mark the legend directly on a scatter line instead of rectangles which are on the side chart. I have a xamchart of type scatter lines and for each line I would like to add a legend directly above the line. My legends are numebrs and those should appear on the line. Is there a way I could accomplish this.
Thanks
Ju
sorry, but that is not possible using any feature of the chart. i think the only way to achieve it would be to overlay some custom graphics in front of the control.