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
35
Markers on legend missing in 21.2.9 vs 15.2
posted

Hi there:

Although there is already one existing post about this issue, i want to add more details.

I updated the infragistics from 15.2 to 21.2.9 and everything looks fine except the DataChart.

The marker in the legend is somehow missing.

I'm using ScatterSplineSeries and SplineSeries here, and no override Badge template.

The attached project is easy to see this issue.

2821.XamDataChartColumnSeriesBinderCase.zip

  • 34810
    Offline posted

    Hello Dean,

    Between versions 15.2 and 21.2 there was a property added to the series that can be plotted in the XamDataChart named LegendItemBadgeMode. This property defaults to “Simplified,” but can be changed to “MatchSeries” if you would like to see the markers in the Legend. I would recommend that you set this property on your ScatterSpline and Spline series in the sample you provided, as this should resolve the issue you are seeing.

    Please let me know if you have any other questions or concerns on this matter.