Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
630
Legend Markers Don't All Show When Using Custom Marker Views
posted

I am using multiple IGBubbleSeriesDataSourceHelpers and IGBubbleSeries on a single chart with an IGLegend. If I don't override viewForMarkerInSeries, all the legend color markers appear fine in the legend when, for example, I have 2 or more series added to the chart. However, if I do override viewForMarkerInSeries to provide my own markers, only the legend marker of the last series (n) I add shows up in the legend, the other ones (0 through n-1) don't show the markers.

Is there any way to have all the legend markers show up since the last one shows up?

Or is this related to post http://es.infragistics.com/community/forums/p/86634/432329.aspx#432329 and I will have to create a custom legend?

If I have to create a custom legend, is is easy enough to get the series color and title so I can mimic the default legend with as little work as possible?

Thanks. Let me know if you have any questions.

Jeff