! Sets the format in which dates and times are displayed as tick labels. For details about the \a format string, see the documentation of QDateTime::toString(). Newlines can be inserted with "\n". \see setDateTimeSpec */
| 5913 | \see setDateTimeSpec |
| 5914 | */ |
| 5915 | void QCPAxisTickerDateTime::setDateTimeFormat(const QString &format) |
| 5916 | { |
| 5917 | mDateTimeFormat = format; |
| 5918 | } |
| 5919 | |
| 5920 | /*! |
| 5921 | Sets the time spec that is used for creating the tick labels from corresponding dates/times. |
nothing calls this directly
no outgoing calls
no test coverage detected