Version

GanttTimeEntry Class Members

The following tables list the members exposed by GanttTimeEntry.

Public Constructors
 NameDescription
Public ConstructorGanttTimeEntry 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 PropertyEndThe End Time of this GanttTimeEntry.  
Public PropertyIDA unique identifier for this GanttTimeEntry.  
Public PropertyLabelThe label for this DataPoint. (Inherited from Infragistics.UltraChart.Resources.Appearance.DataPointBase)
Public PropertyLengthThe difference between this GanttTimeEntry's End and Start.  
Public PropertyLinkToIDThe ID of another GanttTimeEntry in the data source to link this GanttTimeEntry to.  
Public PropertyOwnerA string representing the owner of this GanttTimeEntry.  
Public PropertyPEThe PaintElement used for painting this DataPoint. (Inherited from Infragistics.UltraChart.Resources.Appearance.DataPointBase)
Public PropertyPercentCompleteThe percentage value of this GanttTimeEntry which has been completed.  
Public PropertyStartThe Start Time of this GanttTimeEntry.  
Public Methods
 NameDescription
Public MethodCloneCreates and returns a copy of this GanttTimeEntry.  
Public MethodToStringReturns a string representation of this DataPoint. (Inherited from Infragistics.UltraChart.Resources.Appearance.DataPointBase)
Protected Methods
 NameDescription
Protected MethodOnCloneOverridden. Creates and returns a copy of this DataPoint.  
See Also