We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Custom SfChartRenderer

Is it possible to implement a custom SfChartRender for Xamarin Forms Android?
Along the lines of:
[assembly: ExportRenderer(typeof(SfChart), typeof(ImageRendererFix))]
namespace HJAPPx.Droid.Renderers
{
public class ImageRendererFix : SfChartRenderer
{
public ImageRendererFix()
{
}
}
}
The renderer is not being called when I implement this?

1 Reply

PS Parthiban Sundaram Syncfusion Team October 13, 2016 04:19 PM UTC

Hi Bob,

We have prepared a sample based on your requirement. Please find a sample from following location.

Sample: http://www.syncfusion.com/downloads/support/forum/126385/ze/SimpleSample-1481327059  

Regards,
Parthiban S.
 


Loader.
Live Chat Icon For mobile
Up arrow icon