Curve 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 CurveList : List<CurveItem>,
ICloneableVB
<SerializableAttribute>
Public Class CurveList
Inherits List(Of CurveItem)
Implements ICloneable- Derived
- Implements
- ICloneable
Constructors
Properties
Methods
Fields
Extension Methods
| ChunkCurveItem | (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. |