Interface IChartDonutSeries
Marker interface for RadzenColumnSeries<TItem>.
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public interface IChartDonutSeries
Methods
RenderTitle(double, double)
Renders the title.
Declaration
RenderFragment RenderTitle(double x, double y)
Parameters
| Type | Name | Description |
|---|---|---|
| double | x | The x. |
| double | y | The y. |
Returns
| Type | Description |
|---|---|
| RenderFragment | RenderFragment. |