Search Results for

    Show / Hide Table of Contents

    Class Selection

    Inheritance
    Object
    List<CurveItem>
    CurveList
    Selection
    Implements
    IList<CurveItem>
    ICollection<CurveItem>
    IEnumerable<CurveItem>
    IList
    ICollection
    IEnumerable
    ICloneable
    Inherited Members
    CurveList.MaxPts
    CurveList.NumBars
    CurveList.NumClusterableBars
    CurveList.NumPies
    CurveList.IsPieOnly
    CurveList.HasData()
    CurveList.ICloneable.Clone()
    CurveList.Clone()
    CurveList.Backward
    CurveList.Forward
    CurveList.Item[String]
    CurveList.IndexOf(String)
    CurveList.IndexOfTag(String)
    CurveList.Sort(SortType, Int32)
    CurveList.Move(Int32, Int32)
    CurveList.GetRange(Boolean, Boolean, GraphPane)
    CurveList.Draw(Graphics, GraphPane, Single)
    CurveList.GetBarItemPos(GraphPane, BarItem)
    System.Collections.Generic.List<ZedGraph.CurveItem>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.Generic.List<ZedGraph.CurveItem>.System.Collections.IList.set_Item(System.Int32, System.Object)
    List<CurveItem>.Add(CurveItem)
    List<CurveItem>.AddRange(IEnumerable<CurveItem>)
    List<CurveItem>.AsReadOnly()
    List<CurveItem>.BinarySearch(Int32, Int32, CurveItem, IComparer<CurveItem>)
    List<CurveItem>.BinarySearch(CurveItem)
    List<CurveItem>.BinarySearch(CurveItem, IComparer<CurveItem>)
    List<CurveItem>.Clear()
    List<CurveItem>.Contains(CurveItem)
    List<CurveItem>.ConvertAll<TOutput>(Converter<CurveItem, TOutput>)
    List<CurveItem>.CopyTo(Int32, CurveItem[], Int32, Int32)
    List<CurveItem>.CopyTo(CurveItem[])
    List<CurveItem>.CopyTo(CurveItem[], Int32)
    List<CurveItem>.Exists(Predicate<CurveItem>)
    List<CurveItem>.Find(Predicate<CurveItem>)
    List<CurveItem>.FindAll(Predicate<CurveItem>)
    List<CurveItem>.FindIndex(Int32, Int32, Predicate<CurveItem>)
    List<CurveItem>.FindIndex(Int32, Predicate<CurveItem>)
    List<CurveItem>.FindIndex(Predicate<CurveItem>)
    List<CurveItem>.FindLast(Predicate<CurveItem>)
    List<CurveItem>.FindLastIndex(Int32, Int32, Predicate<CurveItem>)
    List<CurveItem>.FindLastIndex(Int32, Predicate<CurveItem>)
    List<CurveItem>.FindLastIndex(Predicate<CurveItem>)
    List<CurveItem>.ForEach(Action<CurveItem>)
    List<CurveItem>.GetEnumerator()
    List<CurveItem>.GetRange(Int32, Int32)
    List<CurveItem>.IndexOf(CurveItem)
    List<CurveItem>.IndexOf(CurveItem, Int32)
    List<CurveItem>.IndexOf(CurveItem, Int32, Int32)
    List<CurveItem>.Insert(Int32, CurveItem)
    List<CurveItem>.InsertRange(Int32, IEnumerable<CurveItem>)
    List<CurveItem>.LastIndexOf(CurveItem)
    List<CurveItem>.LastIndexOf(CurveItem, Int32)
    List<CurveItem>.LastIndexOf(CurveItem, Int32, Int32)
    List<CurveItem>.Remove(CurveItem)
    List<CurveItem>.RemoveAll(Predicate<CurveItem>)
    List<CurveItem>.RemoveAt(Int32)
    List<CurveItem>.RemoveRange(Int32, Int32)
    List<CurveItem>.Reverse()
    List<CurveItem>.Reverse(Int32, Int32)
    List<CurveItem>.Sort()
    List<CurveItem>.Sort(IComparer<CurveItem>)
    List<CurveItem>.Sort(Comparison<CurveItem>)
    List<CurveItem>.Sort(Int32, Int32, IComparer<CurveItem>)
    List<CurveItem>.IEnumerable<CurveItem>.GetEnumerator()
    List<CurveItem>.ICollection.CopyTo(Array, Int32)
    List<CurveItem>.IEnumerable.GetEnumerator()
    List<CurveItem>.IList.Add(Object)
    List<CurveItem>.IList.Contains(Object)
    List<CurveItem>.IList.IndexOf(Object)
    List<CurveItem>.IList.Insert(Int32, Object)
    List<CurveItem>.IList.Remove(Object)
    List<CurveItem>.ToArray()
    List<CurveItem>.TrimExcess()
    List<CurveItem>.TrueForAll(Predicate<CurveItem>)
    List<CurveItem>.Capacity
    List<CurveItem>.Count
    List<CurveItem>.Item[Int32]
    List<CurveItem>.ICollection<CurveItem>.IsReadOnly
    List<CurveItem>.ICollection.IsSynchronized
    List<CurveItem>.ICollection.SyncRoot
    List<CurveItem>.IList.IsFixedSize
    List<CurveItem>.IList.IsReadOnly
    List<CurveItem>.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
    public class Selection : CurveList, IList<CurveItem>, ICollection<CurveItem>, IEnumerable<CurveItem>, IList, ICollection, IEnumerable, ICloneable

    Fields

    | Improve this Doc View Source

    Border

    The Border type to be used for drawing "selected" PieItem, BarItem, HiLowBarItem, OHLCBarItem, and JapaneseCandleStickItem item types.

    Declaration
    public static Border Border
    Field Value
    Type Description
    Border
    | Improve this Doc View Source

    Fill

    The Fill type to be used for drawing "selected" PieItem, BarItem, HiLowBarItem, and JapaneseCandleStickItem item types.

    Declaration
    public static Fill Fill
    Field Value
    Type Description
    Fill
    | Improve this Doc View Source

    Line

    The Line type to be used for drawing "selected" LineItem and StickItem types

    Declaration
    public static Line Line
    Field Value
    Type Description
    Line
    | Improve this Doc View Source

    Symbol

    The Symbol type to be used for drawing "selected" LineItem and ErrorBarItem types.

    Declaration
    public static Symbol Symbol
    Field Value
    Type Description
    Symbol

    Methods

    | Improve this Doc View Source

    AddToSelection(MasterPane, CurveItem)

    Add a CurveItem to the selection list.

    Declaration
    public void AddToSelection(MasterPane master, CurveItem ci)
    Parameters
    Type Name Description
    MasterPane master

    The MasterPane that is the "owner" of the CurveItem's.

    CurveItem ci

    The CurveItem to be added to the list.

    | Improve this Doc View Source

    AddToSelection(MasterPane, CurveList)

    Add a list of CurveItem's to the selection list.

    Declaration
    public void AddToSelection(MasterPane master, CurveList ciList)
    Parameters
    Type Name Description
    MasterPane master

    The MasterPane that is the "owner" of the CurveItem's.

    CurveList ciList

    The list of CurveItem's to be added to the list.

    | Improve this Doc View Source

    ClearSelection(MasterPane)

    Clear the selection list and trigger a SelectionChangedEvent.

    Declaration
    public void ClearSelection(MasterPane master)
    Parameters
    Type Name Description
    MasterPane master

    The MasterPane that "owns" the selection list.

    | Improve this Doc View Source

    ClearSelection(MasterPane, Boolean)

    Clear the selection list and optionally trigger a SelectionChangedEvent.

    Declaration
    public void ClearSelection(MasterPane master, bool sendEvent)
    Parameters
    Type Name Description
    MasterPane master

    The MasterPane that "owns" the selection list.

    Boolean sendEvent

    true to trigger a SelectionChangedEvent, false otherwise.

    | Improve this Doc View Source

    RemoveFromSelection(MasterPane, CurveItem)

    Remove the specified CurveItem from the selection list.

    Declaration
    public void RemoveFromSelection(MasterPane master, CurveItem ci)
    Parameters
    Type Name Description
    MasterPane master

    The MasterPane that is the "owner" of the CurveItem's.

    CurveItem ci

    The CurveItem to be removed from the list.

    | Improve this Doc View Source

    Select(MasterPane, CurveItem)

    Place a CurveItem in the selection list, removing all other items.

    Declaration
    public void Select(MasterPane master, CurveItem ci)
    Parameters
    Type Name Description
    MasterPane master

    The MasterPane that is the "owner" of the CurveItem's.

    CurveItem ci

    The CurveItem to be added to the list.

    | Improve this Doc View Source

    Select(MasterPane, CurveList)

    Place a list of CurveItem's in the selection list, removing all other items.

    Declaration
    public void Select(MasterPane master, CurveList ciList)
    Parameters
    Type Name Description
    MasterPane master

    The MasterPane that is the "owner" of the CurveItem's.

    CurveList ciList

    The list of CurveItem to be added to the list.

    | Improve this Doc View Source

    UpdateSelection(MasterPane)

    Mark the CurveItem's that are included in the selection list by setting the IsSelected property to true.

    Declaration
    public void UpdateSelection(MasterPane master)
    Parameters
    Type Name Description
    MasterPane master

    The MasterPane that "owns" the selection list.

    Events

    | Improve this Doc View Source

    SelectionChangedEvent

    Subscribe to this event to receive notice that the list of selected CurveItems has changed

    Declaration
    public event EventHandler SelectionChangedEvent
    Event Type
    Type Description
    EventHandler

    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