Chart data point position

Skip Navigation LinksHome  /  Support  /  Forums  /  DynamicPDF CoreSuite for .NET (v7)  /  Chart data point position

DynamicPDF CoreSuite for .NET (v7) Forum

 Mar 24 2016 6:59 PM
If I use an XYScatterSeries to create dots for each data point, is there a way to retrieve the xy coordinates for each of the dots?

I want a line chart that has rounded lines rather than the sharp angles produced by the IndexedLineSeries. I was hoping the LineJoin property would accomplish that, but it doesn;t seem to do anything.

If I can retrieve the xy coordinates of each data point produced by an XYScatterSeries, then I can use the Path functions to generate a curved line intersecting the data points.

Thanks,
 Mar 28 2016 10:44 AM
Posted by a ceTe Software moderator
Hello,

It is not possible to retrieve the x, y coordinates of data points in a chart. The position of these data points are calculated internally and depend on several factors such as the chart position and dimensions.

LineJoin in DynamicPDF works similar to HTML canvas lineJoin property. It allows you to specify the following values and you can see the difference in the way the lines are joined if you zoom in to the data point location.

Thanks,
ceTe Software Support Team.

All times are US Eastern Standard time. The time now is 11:30 AM.