ChartImage default constructor.

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

Syntax

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

Parameters

point
Type: RightEdge.Common..::.ChartPoint
A non-empty, valid ChartPoint object that represents the start of the text.
imageFile
Type: System..::.String
String of containing the image file to load from disk.

See Also