Construct a ChartPoint object.

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

Syntax

C#
public ChartPoint(
	DateTime dateX,
	double valueY
)
Visual Basic (Declaration)
Public Sub New ( _
	dateX As DateTime, _
	valueY As Double _
)
Visual C++
public:
ChartPoint(
	DateTime dateX, 
	double valueY
)

Parameters

dateX
Type: System..::.DateTime
The X coordinate. Represented as time.
valueY
Type: System..::.Double
The Y coordinate. Represented as price.

See Also