You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ chart.Series.Add(pieSeries);
32
32
this.Content=chart;
33
33
```
34
34
35
-
**Step 2:** To add a [legend](https://help.syncfusion.com/maui/circular-charts/legend)to your MAUI Circular Chart, you need to configure the [Legend](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartBase.html?tabs=tabid-1%2Ctabid-5%2Ctabid-9%2Ctabid-3%2Ctabid-7#Syncfusion_Maui_Charts_ChartBase_Legend) property and initialize the [ChartLegend](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartLegend.html) bindable object
35
+
**Step 2:** To add a [legend](https://help.syncfusion.com/maui/circular-charts/legend)in MAUI Circular Chart, need to configure the [Legend](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartBase.html?tabs=tabid-1%2Ctabid-5%2Ctabid-9%2Ctabid-3%2Ctabid-7#Syncfusion_Maui_Charts_ChartBase_Legend) property and initialize the [ChartLegend](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartLegend.html) bindable object
36
36
37
37
[XAML]
38
38
```xml
@@ -264,7 +264,7 @@ this.Content = chart;
264
264
265
265
**Legend maximum size request**
266
266
267
-
The [GetMaximumSizeCoefficient](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartLegend.html?tabs=tabid-1%2Ctabid-3%2Ctabid-7%2Ctabid-12%2Ctabid-13%2Ctabid-5%2Ctabid-10%2Ctabid-15#Syncfusion_Maui_Charts_ChartLegend_GetMaximumSizeCoefficient) protected function of the ChartLegend class must be overridden in order to set the maximum size request for the legend view. The value should be between 0 and 1.
267
+
The [GetMaximumSizeCoefficient](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartLegend.html?tabs=tabid-1%2Ctabid-3%2Ctabid-7%2Ctabid-12%2Ctabid-13%2Ctabid-5%2Ctabid-10%2Ctabid-15#Syncfusion_Maui_Charts_ChartLegend_GetMaximumSizeCoefficient) protected function of the ChartLegend class must be overridden in order to set the required size for the legend view. The value should be between 0 and 1.
0 commit comments