Search Results for

    Show / Hide Table of Contents

    Class ScrollRangeList

    A collection class containing a list of ScrollRange objects.

    Inheritance
    System.Object
    System.Collections.Generic.List<ScrollRange>
    ScrollRangeList
    Implements
    System.Collections.Generic.IList<ScrollRange>
    System.Collections.Generic.ICollection<ScrollRange>
    System.Collections.Generic.IEnumerable<ScrollRange>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.IEnumerable
    System.ICloneable
    Inherited Members
    System.Collections.Generic.List<ZedGraph.ScrollRange>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.System.Collections.IList.set_Item(System.Int32, System.Object)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.Add(ZedGraph.ScrollRange)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.AddRange(System.Collections.Generic.IEnumerable<ZedGraph.ScrollRange>)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.AsReadOnly()
    System.Collections.Generic.List<ZedGraph.ScrollRange>.BinarySearch(System.Int32, System.Int32, ZedGraph.ScrollRange, System.Collections.Generic.IComparer<ZedGraph.ScrollRange>)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.BinarySearch(ZedGraph.ScrollRange)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.BinarySearch(ZedGraph.ScrollRange, System.Collections.Generic.IComparer<ZedGraph.ScrollRange>)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.Clear()
    System.Collections.Generic.List<ZedGraph.ScrollRange>.Contains(ZedGraph.ScrollRange)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.ConvertAll<TOutput>(System.Converter<ZedGraph.ScrollRange, TOutput>)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.CopyTo(System.Int32, ZedGraph.ScrollRange[], System.Int32, System.Int32)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.CopyTo(ZedGraph.ScrollRange[])
    System.Collections.Generic.List<ZedGraph.ScrollRange>.CopyTo(ZedGraph.ScrollRange[], System.Int32)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.Exists(System.Predicate<ZedGraph.ScrollRange>)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.Find(System.Predicate<ZedGraph.ScrollRange>)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.FindAll(System.Predicate<ZedGraph.ScrollRange>)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.FindIndex(System.Int32, System.Int32, System.Predicate<ZedGraph.ScrollRange>)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.FindIndex(System.Int32, System.Predicate<ZedGraph.ScrollRange>)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.FindIndex(System.Predicate<ZedGraph.ScrollRange>)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.FindLast(System.Predicate<ZedGraph.ScrollRange>)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.FindLastIndex(System.Int32, System.Int32, System.Predicate<ZedGraph.ScrollRange>)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.FindLastIndex(System.Int32, System.Predicate<ZedGraph.ScrollRange>)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.FindLastIndex(System.Predicate<ZedGraph.ScrollRange>)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.ForEach(System.Action<ZedGraph.ScrollRange>)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.GetEnumerator()
    System.Collections.Generic.List<ZedGraph.ScrollRange>.GetRange(System.Int32, System.Int32)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.IndexOf(ZedGraph.ScrollRange)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.IndexOf(ZedGraph.ScrollRange, System.Int32)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.IndexOf(ZedGraph.ScrollRange, System.Int32, System.Int32)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.Insert(System.Int32, ZedGraph.ScrollRange)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<ZedGraph.ScrollRange>)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.LastIndexOf(ZedGraph.ScrollRange)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.LastIndexOf(ZedGraph.ScrollRange, System.Int32)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.LastIndexOf(ZedGraph.ScrollRange, System.Int32, System.Int32)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.Remove(ZedGraph.ScrollRange)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.RemoveAll(System.Predicate<ZedGraph.ScrollRange>)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.RemoveAt(System.Int32)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.RemoveRange(System.Int32, System.Int32)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.Reverse()
    System.Collections.Generic.List<ZedGraph.ScrollRange>.Reverse(System.Int32, System.Int32)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.Sort()
    System.Collections.Generic.List<ZedGraph.ScrollRange>.Sort(System.Collections.Generic.IComparer<ZedGraph.ScrollRange>)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.Sort(System.Comparison<ZedGraph.ScrollRange>)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<ZedGraph.ScrollRange>)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.System.Collections.Generic.IEnumerable<ZedGraph.ScrollRange>.GetEnumerator()
    System.Collections.Generic.List<ZedGraph.ScrollRange>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.Generic.List<ZedGraph.ScrollRange>.System.Collections.IList.Add(System.Object)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.System.Collections.IList.Contains(System.Object)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.System.Collections.IList.IndexOf(System.Object)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.System.Collections.IList.Insert(System.Int32, System.Object)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.System.Collections.IList.Remove(System.Object)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.ToArray()
    System.Collections.Generic.List<ZedGraph.ScrollRange>.TrimExcess()
    System.Collections.Generic.List<ZedGraph.ScrollRange>.TrueForAll(System.Predicate<ZedGraph.ScrollRange>)
    System.Collections.Generic.List<ZedGraph.ScrollRange>.Capacity
    System.Collections.Generic.List<ZedGraph.ScrollRange>.Count
    System.Collections.Generic.List<ZedGraph.ScrollRange>.System.Collections.Generic.ICollection<ZedGraph.ScrollRange>.IsReadOnly
    System.Collections.Generic.List<ZedGraph.ScrollRange>.System.Collections.ICollection.IsSynchronized
    System.Collections.Generic.List<ZedGraph.ScrollRange>.System.Collections.ICollection.SyncRoot
    System.Collections.Generic.List<ZedGraph.ScrollRange>.System.Collections.IList.IsFixedSize
    System.Collections.Generic.List<ZedGraph.ScrollRange>.System.Collections.IList.IsReadOnly
    System.Collections.Generic.List<ZedGraph.ScrollRange>.System.Collections.IList.Item[System.Int32]
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: ZedGraph
    Assembly: ZedGraph.dll
    Syntax
    public class ScrollRangeList : List<ScrollRange>, IList<ScrollRange>, ICollection<ScrollRange>, IEnumerable<ScrollRange>, IList, ICollection, IEnumerable, ICloneable

    Constructors

    | Improve this Doc View Source

    ScrollRangeList()

    Default constructor for the collection class.

    Declaration
    public ScrollRangeList()
    | Improve this Doc View Source

    ScrollRangeList(ScrollRangeList)

    The Copy Constructor

    Declaration
    public ScrollRangeList(ScrollRangeList rhs)
    Parameters
    Type Name Description
    ScrollRangeList rhs

    The ScrollRangeList object from which to copy

    Properties

    | Improve this Doc View Source

    Item[Int32]

    Indexer to access the specified ScrollRange object by its ordinal position in the list.

    Declaration
    public ScrollRange this[int index] { get; set; }
    Parameters
    Type Name Description
    System.Int32 index

    The ordinal position (zero-based) of the ScrollRange object to be accessed.

    Property Value
    Type Description
    ScrollRange

    A ScrollRange object instance

    Methods

    | Improve this Doc View Source

    Clone()

    Typesafe, deep-copy clone method.

    Declaration
    public ScrollRangeList Clone()
    Returns
    Type Description
    ScrollRangeList

    A new, independent copy of this class

    Explicit Interface Implementations

    | Improve this Doc View Source

    ICloneable.Clone()

    Implement the System.ICloneable interface in a typesafe manner by just calling the typed version of Clone()

    Declaration
    object ICloneable.Clone()
    Returns
    Type Description
    System.Object

    A deep copy of this object

    Implements

    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.IEnumerable
    System.ICloneable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX