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

Errors when trying to edit chart properties

Hi,

I'm trying to edit some properties of a chart in the visual studio's properties window but, when i build the solution a lot of errors are throw, as if the properties that were added to the chart did not exists in the syncfusion's domain.

Is there any reference that i am missing?

The following prints ilustrates the erros and the definition of the chart.

Thanks in advance.

Attachment: Details_5394cfc9.zip

1 Reply

DG Durga Gopalakrishnan Syncfusion Team December 20, 2019 12:48 PM UTC

Hi Maristela, 
  
Greetings from Syncfusion. 
  
We have analyzed your query. Offset for data label can be specified by assigning its value directly. We have prepared sample based on that.  Please refer the below link. 
  
Code Snippet 
<ej:Chart ID="Chart1" runat="server">   
//... 
       <Marker> 
                 <DataLabel Offset="20" Visible="true" > 
                   </DataLabel> 
         </Marker>  
//.. 
</ej:Chart> 
  
Screenshot 
   
  
Sample 
  
Kindly revert us, if you have any concerns. 
  
Regards, 
Durga 


Loader.
Live Chat Icon For mobile
Up arrow icon