Version

GanttItemCollection Class Members

The following tables list the members exposed by GanttItemCollection.

Public Constructors
 NameDescription
Public ConstructorGanttItemCollection ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyCountReturns the number of items in this collection. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection)
Public PropertyItemReturns the GanttItem in the collection at the specified index.  
Protected Properties
 NameDescription
Protected PropertydirtyA dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Protected PropertyListThe list to be used internally by this collection. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection)
Protected PropertynoUpdateSet the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public Methods
 NameDescription
Public MethodAddOverloaded. Adds a GanttItem object to the collection.  
Public MethodClearRemoves all the members of this collection. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection)
Public MethodCloneReturns a copy of this GanttItemCollection.  
Public MethodContainsGets a value indicating whether or not the given object is a member of this collection. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection)
Public MethodCopyToCopies the members of this collection to the specified array, starting at the specified index. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection)
Public MethodFromKeyGets the GanttItem with the given key from this GanttItemCollection.  
Public MethodGetEnumeratorGets the default enumerator for this collection. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection)
Public MethodIndexOfGets the index in the collection of the specified DataPoint. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection)
Public MethodRemoveRemoves the specified DataPoint from the collection. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection)
Public MethodRemoveAtRemoves an item from this collection at the specified index. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection)
Public MethodToStringCreates a string representation of this ChartAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Protected Methods
 NameDescription
Protected MethodAddPointAdds a DataPoint to the collection. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection)
Protected MethodOnAddNewOverridden. Adds a new GanttItem to this Collection.  
Protected MethodOnCloneOverridden. Returns a copy of this GanttItemCollection.  
Protected MethodOnListChangedOverloaded. Called when items are added or removed from the collection. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection)
See Also