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.
Up arrow icon