Hi Caleb,
Thanks for using Syncfusion products.
Regarding the query “Y-axis value shows”
You can enable the datamarker label to show the y axis values of the doughnut chart. Please refer the following code snippet for more details.
Code snippet:
|
<chart:DoughnutSeries.DataMarker>
<chart:ChartDataMarker ShowLabel="True">
</chart:ChartDataMarker>
</chart:DoughnutSeries.DataMarker>
|
Regarding the query about “background of the chart is Transparent”
You can set the chart background as Transparent. Please refer the following code snippet for more details.
|
<chart:SfChart x:Name="Chart" HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand" BackgroundColor="Transparent">
</chart:SfChart>
|
Please let us know, if you need further assistance on this.
Regards,
Parthiban S.