Skip to main content

DateTimeOptions Class

Contains specific settings which define the representation of date-time values within a chart.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public class DateTimeOptions :
    ChartDependencyObject,
    IDateTimeOptions

#Returned By

Properties that return DateTimeOptions instances:

#Remarks

When the DateTime scale type is defined for series arguments or values, the DateTimeOptions provides the DateTimeOptions.Format and DateTimeOptions.FormatString properties.

An object of the DateTimeOptions type is returned by the Axis.DateTimeOptions, PointOptions.ArgumentDateTimeOptions and PointOptions.ValueDateTimeOptions properties.

See Also