The DateTimeOptions class contains settings which specify the display representation of date-time values within a chart control.
An object of the DateTimeOptions type is available via the Axis.DateTimeOptions, PointOptions.ArgumentDateTimeOptions and PointOptions.ValueDateTimeOptions properties.

Example
The following example demonstrates how to modify the Format property value in XAML.
Window1.xaml |
<dxc:XYDiagram2D.AxisX>
<dxc:AxisX2D>
<dxc:AxisX2D.Label>
<dxc:AxisLabel TextPattern="{}{A:MMMM d}"/>
</dxc:AxisX2D.Label>
</dxc:AxisX2D>
</dxc:XYDiagram2D.AxisX>
|
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Freezable
ChartDependencyObject
DateTimeOptions