GrapeCity.Xaml.Excel
IsDate1904 Property (ExcelChart)


GrapeCity.Excel.Chart Namespace > ExcelChart Class : IsDate1904 Property
Specifies that the chart use the 1904 date system.
Syntax
'Declaration
 
Public Property IsDate1904 As Boolean
'Usage
 
Dim instance As ExcelChart
Dim value As Boolean
 
instance.IsDate1904 = value
 
value = instance.IsDate1904
public bool IsDate1904 {get; set;}
See Also

Reference

ExcelChart Class
ExcelChart Members