ChartPoint struct.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll)
Version: 2008.1.0.0 (2008.1.0.0)

Syntax

C#
[SerializableAttribute]
public struct ChartPoint
Visual Basic (Declaration)
<SerializableAttribute> _
Public Structure ChartPoint
Visual C++
[SerializableAttribute]
public value class ChartPoint

Remarks

Each point required by a chart object is represented by the ChartPoint class. The X coordinate is represented as a point in time rather than an actual numerical point. With this, chart objects actually snap to their respective bar. The Y coordinate is represented as a price value instead of an actual numerical point. However, the Y coordinate can be represented with much more precision.

See Also