Gantt Chart Control  1.3
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Braincase.GanttChart.ChartInfo Struct Reference

Provides information about the chart at a specific row and date/time. More...

Public Member Functions

 ChartInfo (int row, DateTime dateTime, Task task)
 Construct a passive data structure to hold chart information More...
 

Properties

int Row [get, set]
 Get or set the chart row number More...
 
DateTime DateTime [get, set]
 Get or set the chart date/time More...
 
Task Task [get, set]
 Get or set the task More...
 

Detailed Description

Provides information about the chart at a specific row and date/time.

Constructor & Destructor Documentation

Braincase.GanttChart.ChartInfo.ChartInfo ( int  row,
DateTime  dateTime,
Task  task 
)

Construct a passive data structure to hold chart information

Parameters
row
dateTime
task

Property Documentation

DateTime Braincase.GanttChart.ChartInfo.DateTime
getset

Get or set the chart date/time

int Braincase.GanttChart.ChartInfo.Row
getset

Get or set the chart row number

Task Braincase.GanttChart.ChartInfo.Task
getset

Get or set the task


The documentation for this struct was generated from the following file: