Hi team,
if i create a customize legend like below, legend coming without series colour pls find the attached image,also help me how to give the customized colour to the series
LegendItem li = new LegendItem();
li.Text = country.ToString();
xamChart.Legend.Items.Add(li);
Hello Raaj,
For creating a customize legend and getting the color in each of the series I have attached a sample.
pls find the attached image, i gave a legend margin as
xamChart.Legend.Margin =
new Thickness(90, 5, 0, 0);
but its display inside the chart help me in that,
Tool tip is not comming on each axis for stacked area series pls do the need full
Thanks & Regards
Raj
Hello Raj,
For displaying the tooltip in stacked area series I have attached a sample.