<chart:SfChart.PrimaryAxis>
<chart:DateTimeCategoryAxis
LabelsIntersectAction="MultipleRows" />
</chart:SfChart.PrimaryAxis> |
<chart:SfChart.PrimaryAxis>
<chart:DateTimeAxis EdgeLabelsDrawingMode="Hide"
Foreground="#4F4F59"
EnableAutoIntervalOnZooming="True"
LabelFormat="MMM-yyyy" />
</chart:SfChart.PrimaryAxis>
|