LEGEND LABEL IS NOT APPEARING

Hi Syncfusion Team,

I am facing a challenge where my legend's label(Text) is not appearing in my column series.
I have tried to follow some example from Syncfusion's "LEARNING & SUPPORT". But I am still unable to find a solution

Below is screenshot of the chart view page. I have also attached a zipped notepad that contains xaml code for your reference.



Please guide me on this matter.

Thank you
Best regards

Attachment: xaml_code_75ab27.zip

3 Replies 1 reply marked as answer

SM Saravanan Madheswaran Syncfusion Team February 25, 2021 12:46 PM UTC

Hi Jai, 
 
Greetings from Syncfusion support.  
 
We would like to let you know that the Label property of ChartSeries used to display text from its corresponding legend item.  
 
Please check the code snippet below.  
 
 
<chart:ColumnSeries DataMarkerPosition="Top" Label="Series A" EnableAnimation="True" x:Name="columnSeries1" XBindingPath="Expenditure_Date" YBindingPath="Total"> 
. . . 
</chart:ColumnSeries> 
 
Regards, 
Saravanan. 


Marked as answer

JK Jai kumaran replied to Saravanan Madheswaran February 26, 2021 07:50 AM UTC

Hi Jai, 
 
Greetings from Syncfusion support.  
 
We would like to let you know that the Label property of ChartSeries used to display text from its corresponding legend item.  
 
Please check the code snippet below.  
 
 
<chart:ColumnSeries DataMarkerPosition="Top" Label="Series A" EnableAnimation="True" x:Name="columnSeries1" XBindingPath="Expenditure_Date" YBindingPath="Total"> 
. . . 
</chart:ColumnSeries> 
 
Regards, 
Saravanan. 


Hi Mr.Saravanan,

Thank you very much for the solution it is working.

Best regards


SM Saravanan Madheswaran Syncfusion Team February 27, 2021 09:37 AM UTC

Hi Jai, 
 
Thanks for the update, we are happy to hear that.  
 
Regards, 
Saravanan.  


Loader.
Up arrow icon