SChartGanttPoint Struct Reference

Point structure used as template parameter for gantt series. More...

#include <ChartGanttSerie.h>

List of all members.

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.


Detailed Description

Point structure used as template parameter for gantt series.
The documentation for this struct was generated from the following file:

Generated on Sun Jan 17 13:33:11 2010 for ChartDemo by  doxygen 1.5.8