The following tables list the members exposed by GaugeCollectionBase.
| Name | Description | |
|---|---|---|
|  | Count | Count of items in this collection. | 
|  | GaugeComponent | The Gauge Component (e.g. "UltraGauge1") in context. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject) | 
| Name | Description | |
|---|---|---|
|  | List | The List used for this collection. | 
|  | SortedPropertyNames | Used by the TypeConverter to sort when listing properties. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject) | 
| Name | Description | |
|---|---|---|
|  | Clear | Removes all objects from this collection. | 
|  | Clone | Creates and returns a copy of this collection. | 
|  | Contains | Determines whether or not the given object is contained by this collection. | 
|  | CopyTo | Copies the contents of this collection to the given array. | 
|  | IndexOf | Gets the index of the specified object in this collection. | 
|  | RemoveAt | Removes an item from this collection at the specified index. | 
|  | Reverse | Reverses the order of items in this collection. | 
|  | ToArray | Returns this collection as an array of the given type. | 
|  | ToString | Returns a string representation of this object. | 
| Name | Description | |
|---|---|---|
|  | AddItem | Adds an object to this collection. | 
|  | AddItems | Adds the given array of objects to this collection. | 
|  | FromKey | Gets the first object in this collection with the specified key. | 
|  | GetItem | Gets the item at the specified index in the collection. | 
|  | InsertItem | Inserts an object into this collection at the specified index. | 
|  | Invalidate | Invalidates the Gauge Component (when available) and triggers a redraw of all elements. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject) | 
|  | OnItemAdded | Event raised when an item is added to the gauge. | 
|  | Remove | Removes the specified object from this collection. | 
|  | SetItem | Sets the item at the specified index in the collection. |