Point Pair 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 PointPairList : List<PointPair>,
IPointList, ICloneable, IPointListEditVB
<SerializableAttribute>
Public Class PointPairList
Inherits List(Of PointPair)
Implements IPointList, ICloneable, IPointListEdit- Implements
- ICloneable, IPointList, IPointListEdit
Constructors
| PointPairList | |
| PointPairList(IPointList) | |
| PointPairList(PointPairList) | |
| PointPairList(Double, Double) | |
| PointPairList(Double, Double, Double) |
Properties
Methods
Fields
Extension Methods
| ChunkPointPair | (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. |