Does the Image component have these properties?

  1. Add shadow effect to Image ent

QQ图片20240827211027

  1. Customize the rotation angle of Image compon
    111

3.In the Chart pie series component, the text is displayed inside.(For example: the effect of letter display.)

QQ图片20240827211736

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!