Skip to main content

ChartAxisX.DateTimeFormat Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DataItemDateTimeFormat DateTimeFormat { get; }

Property Value

Type Description
DataItemDateTimeFormat

Contains format settings for date and time values

See Also