The following tables list the members exposed by GanttItemCollection.
Name | Description | |
---|---|---|
GanttItemCollection Constructor | Overloaded. |
Name | Description | |
---|---|---|
ChartComponent | The charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) | |
Count | Returns the number of items in this collection. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection) | |
Item | Returns the GanttItem in the collection at the specified index. |
Name | Description | |
---|---|---|
dirty | A dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) | |
List | The list to be used internally by this collection. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection) | |
noUpdate | Set the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) |
Name | Description | |
---|---|---|
Add | Overloaded. Adds a GanttItem object to the collection. | |
Clear | Removes all the members of this collection. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection) | |
Clone | Returns a copy of this GanttItemCollection. | |
Contains | Gets a value indicating whether or not the given object is a member of this collection. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection) | |
CopyTo | Copies the members of this collection to the specified array, starting at the specified index. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection) | |
FromKey | Gets the GanttItem with the given key from this GanttItemCollection. | |
GetEnumerator | Gets the default enumerator for this collection. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection) | |
IndexOf | Gets the index in the collection of the specified DataPoint. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection) | |
Remove | Removes the specified DataPoint from the collection. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection) | |
RemoveAt | Removes an item from this collection at the specified index. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection) | |
ToString | Creates a string representation of this ChartAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) |
Name | Description | |
---|---|---|
AddPoint | Adds a DataPoint to the collection. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection) | |
OnAddNew | Overridden. Adds a new GanttItem to this Collection. | |
OnClone | Overridden. Returns a copy of this GanttItemCollection. | |
OnListChanged | Overloaded. Called when items are added or removed from the collection. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection) |