PDFsharp & MigraDoc Foundation
https://forum.pdfsharp.net/

CombinationChartRenderer wrong SeriesRendererInfo size
https://forum.pdfsharp.net/viewtopic.php?f=3&t=3016
Page 1 of 1

Author:  xmb [ Thu Dec 18, 2014 1:52 pm ]
Post subject:  CombinationChartRenderer wrong SeriesRendererInfo size

Hi, think there is a copy paste bug in PdfSharp.Charting.Renderers: V1.32
Code:
CombinationChartRenderer.cs Line 290 orig:

        cri.lineSeriesRendererInfos = new SeriesRendererInfo[columnSeries.Count];

Should be:
        cri.lineSeriesRendererInfos = new SeriesRendererInfo[[color=#FF0000]lineSeries[/color].Count];



There is the same problem in line 280.

Regards, Markus Bürki

Author:  Thomas Hoevel [ Thu Dec 18, 2014 2:24 pm ]
Post subject:  Re: CombinationChartRenderer wrong SeriesRendererInfo size

Hi, Markus,

Thank you for your feedback. Looks as if there is a similar bug in line 280.

We can't include the fix in the beta version scheduled for today, but it should be in the next release.

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/