Completed
Last Updated: 25 Aug 2017 09:23 by ADMIN
ADMIN
Dimitar
Created on: 18 Aug 2017 09:54
Category: ChartView
Type: Bug Report
1
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.
0 comments