So, am I trying to overwwrite labels that overlap to different positions. However, when I do this:
LabelPosition initialLabelPosition = new LabelPosition()
{
X = (series.DataPoints[j].Label.ActualX - + offsetX),
Y = (series.DataPoints[j].Label.ActualY t +offsetY),
Width = series.DataPoints[j].Label.ActualWidth,
Height = series.DataPoints[j].Label.ActualHeight
};
The points label position that is returned here is on a different scale than the actual points.
I will attach a picture. You can see the points have the same distribution, but diffrent scale. Any ideas?
Untitled.png (7.5 KB)