Skip to content

Commit 998d900

Browse files
committed
Added warning in documentation in accordance with issue 822 of the oxyplot repository.
1 parent 4505dfd commit 998d900

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

export/export-png.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Write to a file
2727
Copy to the clipboard
2828
---------------------
2929

30+
*Warning: Calling the ExportToBitmap method often in a very short period may result in high memory usage.*
31+
3032
.. code:: csharp
3133
3234
var pngExporter = new PngExporter { Width = 600, Height = 400, Background = OxyColors.White };

0 commit comments

Comments
 (0)