StockPointList Class

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
[SerializableAttribute]
public class StockPointList : List<StockPt>, 
	IPointList, ICloneable, IPointListEdit
Inheritance
Object    ListStockPt    StockPointList
Implements
ICloneable, IPointList, IPointListEdit

Constructors

Properties

Methods

Extension Methods

ChunkStockPt
(Defined by General)
GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

Explicit Interface Implementations

ICloneableCloneCreates a new object that is a copy of the current instance.

See Also