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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[Obsolete("This property is obsolete now. Use AxisX.Label.DateTimeOptions or AxisY.Label.DateTimeOptions instead.")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
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