FIX. RadChartView - the PositionOffset of the title is not respected when exporting to image.
To reproduce:
- Set the title and the offset:
radChartView1.Title = "Test Title";
radChartView1.ShowTitle = true;
radChartView1.ChartElement.TitleElement.PositionOffset = new SizeF(100, 100);
- Export the chart.