A newer version of this page is available.
Switch to the current version.
DateTimeOptions Class
Contains specific settings which define the representation of date-time values for display purposes within a chart control.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[TypeConverter(typeof(DateTimeOptionsTypeConverter))]
public class DateTimeOptions :
ChartElement,
IDateTimeOptions
<TypeConverter(GetType(DateTimeOptionsTypeConverter))>
Public Class DateTimeOptions
Inherits ChartElement
Implements IDateTimeOptions
Related API Members
The following members accept/return DateTimeOptions objects:
Remarks
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 AxisBase.DateTimeOptions property of an axis.
Inheritance
Object
ChartElement
DateTimeOptions
See Also
Feedback