Point Pair 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 PointPair : PointPairBase, ISerializable,
ICloneableVB
<SerializableAttribute>
Public Class PointPair
Inherits PointPairBase
Implements ISerializable, ICloneable- Inheritance
- Object PointPairBase PointPair
- Derived
- Implements
- ICloneable, ISerializable
Constructors
Properties
| ColorValue | |
| IsInvalid | (Inherited from PointPairBase) |
| IsInvalid3D | |
| IsMissing | (Inherited from PointPairBase) |
| LowValue |
Methods
| Clone | |
| Equals | (Overrides PointPairBaseEquals(Object)) |
| GetHashCode | (Overrides PointPairBaseGetHashCode) |
| GetObjectData | (Overrides PointPairBaseGetObjectData(SerializationInfo, StreamingContext)) |
| ToString | (Inherited from PointPairBase) |
| ToString(Boolean) | |
| ToString(String) | (Inherited from PointPairBase) |
| ToString(String, Boolean) | |
| ToString(String, String) | (Inherited from PointPairBase) |
| ToString(String, String, String) |
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
| ICloneableClone | Creates a new object that is a copy of the current instance. |