I am currently working on showing a Chart with DynamicDataDisplay .
My problem is that HorizontalDateTime only support Gregorian Calendar , but I want to change that to some other calendar.
for example Persian calendar .
using System.Globalization;
PersianCalendar pc = new PersianCalendar();
Can anyone help me.
Thanks .
<d3:ChartPlotter Name="ChartPlotter" Margin="10,10,20,10">
<d3:ChartPlotter.HorizontalAxis>
<d3:HorizontalDateTimeAxis Name ="HorizontalDateTime"/>
</d3:ChartPlotter.HorizontalAxis>
</d3:ChartPlotter>