Version

RadialGaugeScaleCollection Class Methods

For a list of all members of this type, see RadialGaugeScaleCollection members.

Public Methods
 NameDescription
Public MethodAddAdds a RadialGaugeScale to the collection.  
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 MethodFromKeyGets the first object in this collection with the specified key.  
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 a RadialGaugeScale to the collection.  
Protected MethodAddItemsAdds the given array of objects to this collection. (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