Stock Point List Class
Definition
Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
C#
[SerializableAttribute]
public class StockPointList : List<StockPt>,
IPointList, ICloneable, IPointListEditVB
<SerializableAttribute>
Public Class StockPointList
Inherits List(Of StockPt)
Implements IPointList, ICloneable, IPointListEdit- Implements
- ICloneable, IPointList, IPointListEdit
Constructors
Properties
Methods
| Add(PointPair) | |
| Add(StockPt) | |
| Add(Double, Double) | |
| Add(Double, Double, Double, Double, Double, Double) | |
| Clone | |
| GetAt |
Extension Methods
| ChunkStockPt | (Defined by General) |
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |
Explicit Interface Implementations
| ICloneableClone | Creates a new object that is a copy of the current instance. |