How to customize igx-legend #11250
Replies: 1 comment 1 reply
-
Hello KaushikEDS, In order to customize the design of the legend, you will need to provide your own legendItemTemplate for the series of the IgxFinancialChart. The legendItemTemplate property can be found on the series, and so you will need to handle the seriesAdded event of the chart. You can also modify the badge by similarly setting the legendItemBadgeTemplate property of the series. I am attaching a sample project to demonstrate a modification of the legendItemTemplate of the series in the IgxFinancialChart. Please let me know if you have any other questions or concerns on this matter. Sincerely, |
Beta Was this translation helpful? Give feedback.
-
Question
I want to use igx legend in financial charts.
Although I want to customize the design and such. For ex. Adding tooltips, Hide/Unhide from legend, Changing the design of the legend, etc.
I couldn't find it anywhere in the documentation.
I would like a way to manipulate the legend according to my various use cases.
Beta Was this translation helpful? Give feedback.
All reactions