Skip to main content

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

NuGet Package: DevExpress.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