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

ChartAxisX.DateTimeFormat Property

Gets the date and time display format the chart axis data uses.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public DataItemDateTimeFormat DateTimeFormat { get; }

Property Value

Type Description
DataItemDateTimeFormat

Contains format settings for date and time values

See Also