- Add shadow effect to Image ent
- Customize the rotation angle of Image compon
3.In the Chart pie series component, the text is displayed inside.(For example: the effect of letter display.)
3.In the Chart pie series component, the text is displayed inside.(For example: the effect of letter display.)
Hi @NewUser,
For 1 and 2 you can use CSS to customize RadzenImage, see box-shadow (You can also use Radzen's Shadow utility classes) and transform: rotate. For example:
<RadzenImage Style="transform: rotate(45deg);" ... >
As for 3 - Letters inside a donut chart segment are not supported. However, data labels are supported - see Donut and Pie chart demos.
I appreciate your reply, thank you!