Description:I am dynamically adding series items but the series/Legend items always showing text as series1,series2 and so on… but let say I want to update them as my series 1, my series 2, and so on.
I am clueless as there is very less information available regarding the topic.
Posted by: Samantha Jones | Posted on: Jan 10, 2020
3
It would be good if you can provide some code that you have tried so that the answer can be more specific, but as far as I understood your problem you can update the series or Legend item text by using its Name property for example the following code will update its text exactly as per your requirement. You just need to get your chart's SeriesCollection and update the Name for all items in the series collection.
Replied by: Umer khan | Replied on: Jan 13, 2020