1

現在、 DynamicDataDisplayを使用して Chart を表示する作業を行っています。
私の問題は、Horizo​​ntalDateTimeがGregorian Calendarのみをサポートしていることですが、それを他のカレンダーに変更したいと考えています。
たとえば、ペルシャのカレンダー。 誰でも私を助けることができますか?
using System.Globalization;
PersianCalendar pc = new PersianCalendar();

ありがとう 。

   <d3:ChartPlotter Name="ChartPlotter" Margin="10,10,20,10">
        <d3:ChartPlotter.HorizontalAxis>
            <d3:HorizontalDateTimeAxis Name ="HorizontalDateTime"/>
        </d3:ChartPlotter.HorizontalAxis>
    </d3:ChartPlotter>
4

0 に答える 0