Search Results for

    Show / Hide Table of Contents

    Class PaneList

    A collection class containing a list of GraphPane objects.

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

    Constructors

    | Improve this Doc View Source

    PaneList()

    Default constructor for the collection class.

    Declaration
    public PaneList()
    | Improve this Doc View Source

    PaneList(SerializationInfo, StreamingContext)

    Constructor for deserializing objects

    Declaration
    protected PaneList(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info

    A SerializationInfo instance that defines the serialized data

    StreamingContext context

    A StreamingContext instance that contains the serialized data

    | Improve this Doc View Source

    PaneList(PaneList)

    The Copy Constructor

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

    The PaneList object from which to copy

    Fields

    | Improve this Doc View Source

    schema

    Current schema value that defines the version of the serialized file

    Declaration
    public const int schema = 10
    Field Value
    Type Description
    Int32

    Properties

    | Improve this Doc View Source

    Item[String]

    Indexer to access the specified GraphPane object by its Title string.

    Declaration
    public GraphPane this[string title] { get; }
    Parameters
    Type Name Description
    String title

    The string title of the GraphPane object to be accessed.

    Property Value
    Type Description
    GraphPane

    A GraphPane object reference.

    Methods

    | Improve this Doc View Source

    Clone()

    Typesafe, deep-copy clone method.

    Declaration
    public PaneList Clone()
    Returns
    Type Description
    PaneList

    A new, independent copy of this class

    | Improve this Doc View Source

    GetObjectData(SerializationInfo, StreamingContext)

    Populates a SerializationInfo instance with the data needed to serialize the target object

    Declaration
    [SecurityPermission(SecurityAction.Demand, SerializationFormatter = true)]
    public virtual void GetObjectData(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info

    A SerializationInfo instance that defines the serialized data

    StreamingContext context

    A StreamingContext instance that contains the serialized data

    | Improve this Doc View Source

    IndexOf(String)

    Return the zero-based position index of the GraphPane with the specified Title.

    Declaration
    public int IndexOf(string title)
    Parameters
    Type Name Description
    String title

    The String label that is in the Title attribute of the item to be found.

    Returns
    Type Description
    Int32

    The zero-based index of the specified GraphPane, or -1 if the Title was not found in the list

    Remarks

    The comparison of titles is not case sensitive, but it must include all characters including punctuation, spaces, etc.

    See Also
    IndexOfTag(String)
    | Improve this Doc View Source

    IndexOfTag(String)

    Return the zero-based position index of the GraphPane with the specified Tag.

    Declaration
    public int IndexOfTag(string tagStr)
    Parameters
    Type Name Description
    String tagStr

    The String tag that is in the Tag attribute of the item to be found.

    Returns
    Type Description
    Int32

    The zero-based index of the specified GraphPane, or -1 if the Tag string is not in the list

    Remarks

    In order for this method to work, the Tag property must be of type String.

    Explicit Interface Implementations

    | Improve this Doc View Source

    ICloneable.Clone()

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

    Declaration
    object ICloneable.Clone()
    Returns
    Type Description
    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