PointPair Class

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
[SerializableAttribute]
public class PointPair : PointPairBase, ISerializable, 
	ICloneable
Inheritance
Object    PointPairBase    PointPair
Derived
Implements
ICloneable, ISerializable

Constructors

Properties

Methods

Fields

schema2 
Tag 
X
(Inherited from PointPairBase)
Y
(Inherited from PointPairBase)
Z 

Extension Methods

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