Class ChartSkinsCollection
Chart skins collection
Inheritance
System.Object
System.Collections.DictionaryBase
ChartSkinsCollection
Inherited Members
System.Collections.DictionaryBase.CopyTo(System.Array, System.Int32)
System.Collections.DictionaryBase.System.Collections.IDictionary.get_Item(System.Object)
System.Collections.DictionaryBase.System.Collections.IDictionary.set_Item(System.Object, System.Object)
System.Collections.DictionaryBase.System.Collections.IDictionary.Contains(System.Object)
System.Collections.DictionaryBase.System.Collections.IDictionary.Add(System.Object, System.Object)
System.Collections.DictionaryBase.Clear()
System.Collections.DictionaryBase.System.Collections.IDictionary.Remove(System.Object)
System.Collections.DictionaryBase.GetEnumerator()
System.Collections.DictionaryBase.System.Collections.IEnumerable.GetEnumerator()
System.Collections.DictionaryBase.OnGet(System.Object, System.Object)
System.Collections.DictionaryBase.OnSet(System.Object, System.Object, System.Object)
System.Collections.DictionaryBase.OnInsert(System.Object, System.Object)
System.Collections.DictionaryBase.OnClear()
System.Collections.DictionaryBase.OnRemove(System.Object, System.Object)
System.Collections.DictionaryBase.OnValidate(System.Object, System.Object)
System.Collections.DictionaryBase.OnSetComplete(System.Object, System.Object, System.Object)
System.Collections.DictionaryBase.OnInsertComplete(System.Object, System.Object)
System.Collections.DictionaryBase.OnClearComplete()
System.Collections.DictionaryBase.OnRemoveComplete(System.Object, System.Object)
System.Collections.DictionaryBase.InnerHashtable
System.Collections.DictionaryBase.Dictionary
System.Collections.DictionaryBase.Count
System.Collections.DictionaryBase.System.Collections.IDictionary.IsReadOnly
System.Collections.DictionaryBase.System.Collections.IDictionary.IsFixedSize
System.Collections.DictionaryBase.System.Collections.ICollection.IsSynchronized
System.Collections.DictionaryBase.System.Collections.IDictionary.Keys
System.Collections.DictionaryBase.System.Collections.ICollection.SyncRoot
System.Collections.DictionaryBase.System.Collections.IDictionary.Values
System.Collections.DictionaryBase.System.Collections.IDictionary.Item[System.Object]
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Charting.Styles.Skins
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class ChartSkinsCollection : DictionaryBase, IDictionary, ICollection, IEnumerable
Constructors
ChartSkinsCollection()
Declaration
public ChartSkinsCollection()
Methods
GetNames()
Gets the names of the skins in the collection.
Declaration
public List<string> GetNames()
Returns
System.Collections.Generic.List<System.String>
Names of skins in collection. |