Constructs an empty ChartPoint object.

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

Syntax

C#
public ChartPoint(
	bool empty
)
Visual Basic (Declaration)
Public Sub New ( _
	empty As Boolean _
)
Visual C++
public:
ChartPoint(
	bool empty
)

Parameters

empty
Type: System..::.Boolean
Specifies whether or not this object is empty.

Remarks

This ChartPoint is completely empty. Not only will the X and Y settings require real values, but the Empty property must also be set to False for this ChartPoint to be valid.

See Also