Stock Pt 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 StockPt : PointPair, ISerializableVB
<SerializableAttribute>
Public Class StockPt
Inherits PointPair
Implements ISerializable- Inheritance
- Object PointPairBase PointPair StockPt
- Implements
- ISerializable
Constructors
Properties
| ColorValue | (Overrides PointPairColorValue) |
| Date | |
| High | |
| IsInvalid | (Inherited from PointPairBase) |
| IsInvalid3D | (Inherited from PointPair) |
| IsInvalid5D | |
| IsMissing | (Inherited from PointPairBase) |
| Low | |
| 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) | (Overrides PointPairToString(Boolean)) |
| ToString(String) | (Inherited from PointPairBase) |
| ToString(String, String) | (Inherited from PointPairBase) |
| ToString(String, Boolean) | (Overrides PointPairToString(String, Boolean)) |
| ToString(String, String, String) | (Inherited from PointPair) |
Fields
| _colorValue | |
| Close | |
| Open | |
| schema3 | |
| Tag | (Inherited from PointPair) |
| Vol | |
| X | (Inherited from PointPairBase) |
| Y | (Inherited from PointPairBase) |
| Z | (Inherited from PointPair) |
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |