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

Parents
  • 23930
    Offline posted

    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.

    iGChart_LegendWithCustomMarkers.zip
Reply Children
No Data