Converts the chart object into a Bitmap.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public RenderTargetBitmap CreateImage () |
Visual Basic
Copy Code
|
|---|
Public Function CreateImage () As RenderTargetBitmap |
A RenderTargetBitmap that represents the current chart.
See Also