Chart Constructor (Image) |
This is the root of our tree, it has no parent.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Chart(
Image image
)
Public Sub New (
image As Image
)
public:
Chart(
Image^ image
)
new :
image : Image -> Chart
Parameters
- image
- Type: System.DrawingImage
An Image into which the Chart is to be drawn.
Remarks
This creates the Chart drawn into the Image.
See Also