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

ChartOptions.Use1904DateSystem Property

Gets or sets a value indicating whether the chart should use the 1904 date system.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

bool Use1904DateSystem { get; set; }

Property Value

Type Description
Boolean

true, if the 1904 date system is used; otherwise, false. The default is false.

Property Paths

You can access this nested property as listed below:

Object Type Path to Use1904DateSystem
ChartObject
.Options.Use1904DateSystem

Remarks

If the 1904 date system is used, the date is specified as a serial number of elapsed days since January 1, 1904. False value indicates that the 1900 date system is used, where January 1, 1900 is the first day in the system.

See Also