#include <ChartGanttSerie.h>
Public Member Functions | |
SChartGanttPoint () | |
Default constructor. | |
SChartGanttPoint (double Start, double End, double YVal) | |
Construct a new gantt point with the specifed values. | |
double | GetX () const |
Returns the X value of the point, which is the average between start time and end time. | |
double | GetY () const |
Returns the Y value. | |
double | GetXMin () const |
Returns the start time. | |
double | GetXMax () const |
Returns the end time. | |
double | GetYMin () const |
Returns the Y value. | |
double | GetYMax () const |
Returns the Y value. | |
Public Attributes | |
double | StartTime |
The start time of the gantt point. | |
double | EndTime |
The end time of the gantt point. | |
double | YValue |
The Y value of the gantt point. |