sfChart - Corner Radius on DataMarker

Hi,

I use sfChart in xamarin-android, and xamarin-ios, and I would like to modify the design of the DataMarker in order to put some corner radius to his background.

Is it possible to customize it on each plateform ?

Thank you

1 Reply

SP Saravana Pandian Murugan Syncfusion Team April 27, 2017 11:40 AM UTC

Hi Nicolas, 
  
We have achieved your requirement using DataMarkerLabelCreated event. Please download the sample from the following location. 
  
  
Note: You can change corner radius value in rounder _corner.xml file which is under Resources -> Drawable folder. Please find the code snippet below. 
  
Code Snippet: 
  
   
<corners 
  
      android:radius="10dp"> 
  
  </corners> 
  
 
  
Please let us know if you need further assistance. 
  
  
Regards, 
Saravana Pandian M. 


Loader.
Up arrow icon