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.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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 |
|
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