Class GaugeScales
Represents a list of ordered scales to be drawn within a gauge.
Implements
System.Collections.Generic.IList<GaugeScale>
System.Collections.Generic.ICollection<GaugeScale>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<GaugeScale>
System.Collections.Generic.IReadOnlyCollection<GaugeScale>
System.Collections.Generic.IEnumerable<GaugeScale>
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.Add(Syncfusion.RDL.DOM.GaugeScale)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.AddRange(System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.GaugeScale>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.AsReadOnly()
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.BinarySearch(System.Int32, System.Int32, Syncfusion.RDL.DOM.GaugeScale, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.GaugeScale>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.BinarySearch(Syncfusion.RDL.DOM.GaugeScale)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.BinarySearch(Syncfusion.RDL.DOM.GaugeScale, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.GaugeScale>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.Clear()
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.Contains(Syncfusion.RDL.DOM.GaugeScale)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.ConvertAll<TOutput>(System.Converter<Syncfusion.RDL.DOM.GaugeScale, TOutput>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.CopyTo(Syncfusion.RDL.DOM.GaugeScale[])
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.CopyTo(System.Int32, Syncfusion.RDL.DOM.GaugeScale[], System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.CopyTo(Syncfusion.RDL.DOM.GaugeScale[], System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.Exists(System.Predicate<Syncfusion.RDL.DOM.GaugeScale>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.Find(System.Predicate<Syncfusion.RDL.DOM.GaugeScale>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.FindAll(System.Predicate<Syncfusion.RDL.DOM.GaugeScale>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.FindIndex(System.Predicate<Syncfusion.RDL.DOM.GaugeScale>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.FindIndex(System.Int32, System.Predicate<Syncfusion.RDL.DOM.GaugeScale>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.FindIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.RDL.DOM.GaugeScale>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.FindLast(System.Predicate<Syncfusion.RDL.DOM.GaugeScale>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.FindLastIndex(System.Predicate<Syncfusion.RDL.DOM.GaugeScale>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.FindLastIndex(System.Int32, System.Predicate<Syncfusion.RDL.DOM.GaugeScale>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.RDL.DOM.GaugeScale>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.ForEach(System.Action<Syncfusion.RDL.DOM.GaugeScale>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.GetEnumerator()
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.GaugeScale>.GetEnumerator()
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.IndexOf(Syncfusion.RDL.DOM.GaugeScale)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.IndexOf(Syncfusion.RDL.DOM.GaugeScale, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.IndexOf(Syncfusion.RDL.DOM.GaugeScale, System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.Insert(System.Int32, Syncfusion.RDL.DOM.GaugeScale)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.GaugeScale>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.LastIndexOf(Syncfusion.RDL.DOM.GaugeScale)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.LastIndexOf(Syncfusion.RDL.DOM.GaugeScale, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.LastIndexOf(Syncfusion.RDL.DOM.GaugeScale, System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.Remove(Syncfusion.RDL.DOM.GaugeScale)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.RemoveAll(System.Predicate<Syncfusion.RDL.DOM.GaugeScale>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.RemoveAt(System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.Reverse()
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.Sort()
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.Sort(System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.GaugeScale>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.GaugeScale>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.Sort(System.Comparison<Syncfusion.RDL.DOM.GaugeScale>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.ToArray()
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.TrimExcess()
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.TrueForAll(System.Predicate<Syncfusion.RDL.DOM.GaugeScale>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.Capacity
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.Count
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.System.Collections.Generic.ICollection<Syncfusion.RDL.DOM.GaugeScale>.IsReadOnly
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.Item[System.Int32]
System.Collections.Generic.List<Syncfusion.RDL.DOM.GaugeScale>.System.Collections.IList.Item[System.Int32]
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: Syncfusion.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class GaugeScales : List<GaugeScale>, IList<GaugeScale>, ICollection<GaugeScale>, IList, ICollection, IReadOnlyList<GaugeScale>, IReadOnlyCollection<GaugeScale>, IEnumerable<GaugeScale>, IEnumerable
Constructors
GaugeScales()
Declaration
public GaugeScales()
GaugeScales(ReportSerializer)
Declaration
public GaugeScales(ReportSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
ReportSerializer | serializer |
Implements
System.Collections.Generic.IList<>
System.Collections.Generic.ICollection<>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable