#include <Plot2D.hpp>
Plot2DTimeAxis supports date/time on axis.
openstudio::Plot2DTimeAxis::Plot2DTimeAxis |
( |
const DateTime & |
startDateTime, |
|
|
double |
duration |
|
) |
| |
|
inline |
double openstudio::Plot2DTimeAxis::duration |
( |
| ) |
const |
|
inline |
void openstudio::Plot2DTimeAxis::duration |
( |
double |
_duration | ) |
|
|
inline |
virtual QwtText openstudio::Plot2DTimeAxis::label |
( |
double |
fracDays | ) |
const |
|
inlinevirtual |
const DateTime openstudio::Plot2DTimeAxis::startDateTime |
( |
| ) |
const |
|
inline |
void openstudio::Plot2DTimeAxis::startDateTime |
( |
const DateTime & |
_startDateTime | ) |
|
|
inline |