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
Hi Jeff,
Thank you for contacting Infragistics Developer Support.
I have created support ticket for this issue – CAS-137050-V9R3Y4 and I have logged a development issue with ID 171785. As soon as I have more information for you I will update you through the case. You can view this case at https://es.infragistics.com/my-account/support-activity.
Meanwhile as a workaround you could use the approach form the thread you have linked. I have attached a sample showing how to create a Custom Legend derived from IGLegend.
Thanks, I will try it out with the custom legend for now.
As an aside, your example helped me demonstrate another issue I have been having with Bubble and Scatter series' when there are more than 2100 or so data points in each series, and multiple series added, with and without custom markers... "incorrect checksum for freed object - object was probably modified after being freed." I will submit another ticket with that problem.