AxisBase.DateTimeOptions Property
In This Article
OBSOLETE
This property is obsolete now. Use Axis
Provides access to the settings that define how date-time values should be displayed within axis labels.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[Browsable(false)]
[Obsolete("This property is obsolete now. Use AxisX.Label.DateTimeOptions or AxisY.Label.DateTimeOptions instead.")]
public DateTimeOptions DateTimeOptions { get; }
#Property Value
Type | Description |
---|---|
Date |
A Date |
#Remarks
This property is now obsolete. Use the AxisBase.Label‘s AxisLabel.TextPattern property instead.
See Also