From d735cf852a78e290a90a4198e3670731fbc38bca 2012-08-31 07:30:45 From: Marek Rosa Date: 2012-08-31 07:30:45 Subject: [PATCH] QDateTimeAxis: precise range specified in Docs --- diff --git a/src/axis/datetimeaxis/qdatetimeaxis.cpp b/src/axis/datetimeaxis/qdatetimeaxis.cpp index 471d802..1712024 100644 --- a/src/axis/datetimeaxis/qdatetimeaxis.cpp +++ b/src/axis/datetimeaxis/qdatetimeaxis.cpp @@ -33,7 +33,8 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE \mainclass The labels can be configured by setting an appropriate DateTime format. - Note that any date before 4714 BCE or after about 1.4 million CE may not be accurately stored. + QDateTimeAxis works correctly with dates from 4714 BCE to 287396 CE + There are also other limitiation that are specified in QDateTime documentation. Please refer to it. QDateTimeAxis can be setup to show axis line with tick marks, grid lines and shades. \image api_datatime_axis.png