Version

GanttItem Class Members

The following tables list the members exposed by GanttItem.

Public Constructors
 NameDescription
Public ConstructorGanttItem ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyDataBoundDetermines whether or not this point was retrieved from an external datasource. (Inherited from Infragistics.UltraChart.Resources.Appearance.DataPointBase)
Public PropertyEmptyGets/Set whether or not this DataPoint is to be represented as null or empty. (Inherited from Infragistics.UltraChart.Resources.Appearance.DataPointBase)
Public PropertyKeyThe key for this GanttItem. This value must be unique in each GanttItemCollection for which this GanttItem is a member. This value is also used as the item label.  
Public PropertyLabelThe label for this DataPoint. (Inherited from Infragistics.UltraChart.Resources.Appearance.DataPointBase)
Public PropertyPEThe PaintElement used for painting this DataPoint. (Inherited from Infragistics.UltraChart.Resources.Appearance.DataPointBase)
Public PropertyTimesThe collection of Time Entries within this GanttItem.  
Public Methods
 NameDescription
Public MethodCloneReturns a copy of this GanttItem.  
Public MethodToStringReturns a string representation of this DataPoint. (Inherited from Infragistics.UltraChart.Resources.Appearance.DataPointBase)
Protected Methods
 NameDescription
Protected MethodOnCloneOverridden. Returns a copy of this GanttItem.  
See Also