Point Pair 4 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 PointPair4 : PointPair, ISerializableVB
<SerializableAttribute>
Public Class PointPair4
Inherits PointPair
Implements ISerializable- Inheritance
- Object PointPairBase PointPair PointPair4
- Implements
- ISerializable
Constructors
| PointPair4 | |
| PointPair4(PointPair4) | |
| PointPair4(SerializationInfo, StreamingContext) | |
| PointPair4(Double, Double, Double, Double) | |
| PointPair4(Double, Double, Double, Double, String) |
Properties
| ColorValue | (Inherited from PointPair) |
| IsInvalid | (Inherited from PointPairBase) |
| IsInvalid3D | (Inherited from PointPair) |
| IsInvalid4D | |
| IsMissing | (Inherited from PointPairBase) |
| LowValue | (Inherited from PointPair) |
Methods
| Clone | (Inherited from PointPair) |
| Equals | (Inherited from PointPair) |
| GetHashCode | (Inherited from PointPair) |
| GetObjectData | (Overrides PointPairGetObjectData(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) | (Inherited from PointPair) |
| ToString(String, String, String, String) |
Fields
| schema3 | |
| T | |
| Tag | (Inherited from PointPair) |
| X | (Inherited from PointPairBase) |
| Y | (Inherited from PointPairBase) |
| Z | (Inherited from PointPair) |
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |