ChartAxisX.DateTimeFormat Property
In This Article
Gets the date and time display format the chart axis data uses.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public DataItemDateTimeFormat DateTimeFormat { get; }
#Property Value
Type | Description |
---|---|
Data |
Contains format settings for date and time values |
See Also