1.) I have limited space in the screen and I want to fit in Pie Chart to 100px column.
Pie chart size is 36px instead of 100px. Is there any way to full fit in or at least increase the initial size of it.
2.) I have static Series for Pie chart and I want to fill Each series with spesific color.
Example: CPU: Green, IO: Blue etc..
How can i achieve this?
Basically I use pie chart like below;
<RadzenPieSeries Data="@listSS" Title="VALUE" CategoryProperty="WAIT_CLASS" ValueProperty="VALUE" TItem="Lists.list_SS" />