Skip to main content
A newer version of this page is available. .

AxisBase.DateTimeOptions Property

OBSOLETE

This property is obsolete now. Use AxisX.Label.DateTimeOptions or AxisY.Label.DateTimeOptions instead.

Provides access to the settings that define how date-time values should be displayed within axis labels.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[Obsolete("This property is obsolete now. Use AxisX.Label.DateTimeOptions or AxisY.Label.DateTimeOptions instead.")]
[Browsable(false)]
public DateTimeOptions DateTimeOptions { get; }

Property Value

Type Description
DateTimeOptions

A DateTimeOptions object that contains specific date-time settings.

Remarks

This property is now obsolete. Use the AxisBase.Label‘s AxisLabel.TextPattern property instead.

See Also