Hi,
I'm using SfChart with a Xamarin Forms PCL app.
Everything is fine but I need to export a chart to a byte array.
So I'm trying to use
Stream ms = scoreChart.GetStream();
and it works but the chart has a black background while on the app it has a "white" background.
Do you have any suggestion? SaveToImage is not what I need as I want a bytearray.
Regars