www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Makes the chart image, in the specified size.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public String GetChartImage( int Width, int Height, /** @attribute OutAttribute */ /** @ref */Bitmap BitmapImage )
Parameters
- Width
- Type: System Int32
Width of the resultant image
- Height
- Type: System Int32
Height of the resultant image
- BitmapImage
- Type: System.Drawing Bitmap
The bitmap image to output the chart image
Return Value
Returns blank if succeeded, error message otherwise.See Also