Hi,
I have a simple line chart displaying the fund names VS fund performances. Lets say:
Fund Date Performance
-------- --------------- ---------------
Fund A 1/3/2011 3.3%
Fund B 1/3/2011 -1.2%
Fund A 2/3/2011 2.3%
Fund B 2/3/2011 -2.2%
Fund A 3/3/2011 3.4%
Fund B 3/3/2011 4.2%
The line chart chart works fine. I would like to display the chart with the 2 series but showing only a legend for Fund A. Fund B should be showing as a line (series data) but invisible from the legend.
Is that possible?
Thanks
Hello ,
In your post you are saying that you are using series, ISeries object has Label property which by default is used to determine the name in the legend, so if this property is set to “” (empty string) the item will not appear in the legend, please see attached sample.
Please let me know if you have any further questions or if I am missing something.