Is there a possibility to change the appearance (format) of the displayed value (VALOR1 -> 46608818,55) to a monetary value?
Example: the currency is R$ (Brazilian Real) and the value must also be formatted using the dot (.) depending on the number of decimal places displayed.
<RadzenChart>
<RadzenDonutSeries Data="@IdadeDaConta"
CategoryProperty="DS_ATRIBUTO1"
ValueProperty="VALOR1"
TotalAngle="180"
StartAngle="180">
<ChildContent>
<RadzenSeriesDataLabels Visible="false" />
</ChildContent>
</RadzenDonutSeries>
</RadzenChart>
