This is a migrated thread and some comments may be shown as answers.

Scatter Series

1 Answer 41 Views
SpreadProcessing
This is a migrated thread and some comments may be shown as answers.
Justin
Top achievements
Rank 1
Justin asked on 12 Aug 2020, 01:16 PM

I am using version 2019.1.215 and I am unable to import anything to fix the missing ScatterSeries classes.

https://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/features/charts/series

SeriesGroup scatterSeriesGroup = chart.Chart.SeriesGroups.First() as ScatterSeriesGroup;
ScatterSeries scatterSeries = scatterSeriesGroup.Series.First() as ScatterSeries;
scatterSeries.Marker = new Marker();
scatterSeries.Marker.Symbol = MarkerStyle.Plus;
scatterSeries.Marker.Size = 22;
scatterSeries.Outline.Fill = new SolidFill(Colors.Red);

1 Answer, 1 is accepted

Sort by
0
Accepted
Martin
Telerik team
answered on 13 Aug 2020, 11:15 AM

Hello Justin,

If I understand you correctly you cannot find this ScatterSeries class when referencing binaries version 2019.1.215. If so, the reason is that part of the Charts are implemented with R1 2019 Official Release and another part is implemented with the next Official Release (R2 2019). So if you need to use the Scatter Series you will need to update the binaries version to 2019.2.510 or later.

Regards,
Martin
Progress Telerik

Tags
SpreadProcessing
Asked by
Justin
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or