ChartLabel default constructor.

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

Syntax

C#
public ChartLabel(
	ChartPoint point,
	string text
)
Visual Basic (Declaration)
Public Sub New ( _
	point As ChartPoint, _
	text As String _
)
Visual C++
public:
ChartLabel(
	ChartPoint point, 
	String^ text
)

Parameters

point
Type: RightEdge.Common..::.ChartPoint
A non-empty, valid ChartPoint object that represents the start of the label.
text
Type: System..::.String
String of text to display in the label.

See Also