Hi,
What formatstring should I use to show the legend of the column and line chart?Thanks
Hi arnololo,
Thank you for posting in the community.
You can show the legend for any chart type using something similar to:
UltraChart1.Legend.Visible = true; UltraChart1.Legend.Location = Infragistics.UltraChart.Shared.Styles.LegendLocation.Left;
A useful guide for customizing UltraWebChart's legend is also available at:
http://help.infragistics.com/NetAdvantage/ASPNET/2011.2/CLR4.0/?page=Chart_Customize_Chart_Legends.html
Please let me know if this helps.
I don't have any problem showing the legend. My issue is how to show the legend for the series of the column and of the line chart since the chart is a columnline type.Below is an example of the legend I would like to insert. My chart is almost identical as the one below.
Thanks