Version

LineAppearanceCollection Class Members

The following tables list the members exposed by LineAppearanceCollection.

Public Constructors
 NameDescription
Public ConstructorLineAppearanceCollection ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyCountThe number of objects in this collection. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
Public PropertyItemGets/Sets the LineAppearance at the specified index in the collection.  
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 used for this collection. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
Protected PropertynoUpdateSet the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public Methods
 NameDescription
Public MethodAddAdds a LineAppearance object to this collection.  
Public MethodClearRemoves all items from this collection. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
Public MethodCloneCreates and returns a copy of this collection and all its members. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
Public MethodContainsReturns whether or not the given object is included in this collection. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
Public MethodCopyToCopies the members of this collection to the given array. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
Public MethodFromKeyGets the LineAppearance object from this collection with the specified Key.  
Public MethodIndexOfReturns the index in this collection of the specified object. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
Public MethodRemoveAtRemoves an object from the collection at the specified index. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
Public MethodToArrayCreates and returns an array containing the members of this collection. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
Public MethodToStringCreates a string representation of this ChartAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Protected Methods
 NameDescription
Protected MethodAddItemAdds an object to this collection. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
Protected MethodAddItemsAdds an array of objects to this collection. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
Protected MethodGetItemGets an object from this collection at the specified index. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
Protected MethodInsertInserts an object into this collection at the specified index. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
Protected MethodRemoveRemoves an object from this collection. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
Protected MethodSetItemSets an object in this collection at the specified index. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
See Also