Back to Devexpress

DateTimeOptions Class

corelibraries-devexpress-dot-xtracharts-e9dec289.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class DateTimeOptions :
    ChartElement,
    IDateTimeOptions
vb
Public Class DateTimeOptions
    Inherits ChartElement
    Implements IDateTimeOptions

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

DateTimeOptions Members

NumericOptions

DevExpress.XtraCharts Namespace