Version

GaugeMarkerCollection Class Members

The following tables list the members exposed by GaugeMarkerCollection.

Public Properties
 NameDescription
Public PropertyCountCount of items in this collection. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Public PropertyGaugeComponentThe Gauge Component (e.g. "UltraGauge1") in context. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
Protected Properties
 NameDescription
Protected PropertyListThe List used for this collection. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Protected PropertySortedPropertyNamesUsed by the TypeConverter to sort when listing properties. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
Public Methods
 NameDescription
Public MethodClearRemoves all objects from this collection. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Public MethodCloneCreates and returns a copy of this collection. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Public MethodContainsDetermines whether or not the given object is contained by this collection. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Public MethodCopyToCopies the contents of this collection to the given array. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Public MethodIndexOfGets the index of the specified object in this collection. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Public MethodRemoveAtRemoves an item from this collection at the specified index. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Public MethodReverseReverses the order of items in this collection. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Public MethodToArrayReturns this collection as an array of the given type. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Public MethodToStringReturns a string representation of this object. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Protected Methods
 NameDescription
Protected MethodAddItemOverridden. Adds an item to this collection.  
Protected MethodAddItemsAdds the given array of objects to this collection. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Protected MethodFromKeyGets the first object in this collection with the specified key. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Protected MethodGetItemGets the item at the specified index in the collection. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Protected MethodInsertItemInserts an object into this collection at the specified index. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Protected MethodInvalidateInvalidates the Gauge Component (when available) and triggers a redraw of all elements. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
Protected MethodOnItemAddedEvent raised when an item is added to the gauge. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Protected MethodRemoveRemoves the specified object from this collection. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Protected MethodSetItemSets the item at the specified index in the collection. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
See Also