Hello,
Is it possible to get GetStreamAsync() on a chart that is not in view?
I need to create chart and get it as stream for custom export without showing it on UI. Is there a way to achieve this?
GetStreamAsync() returns null if chart is not presented on UI
Hello,
Yes this is on UWP.
Is there another way to get SfChart as image bytes on UWP, without showing it to user?