Class RadzenDonutSeries<TItem>
Renders donut series in RadzenChart.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenDonutSeries<TItem> : RadzenPieSeries<TItem>, IChartSeries, IDisposable, IChartDonutSeries
Type Parameters
Name | Description |
---|---|
TItem | The type of the series data item. |
Properties
InnerRadius
Gets or sets the inner radius of the donut.
Declaration
public double? InnerRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> | The inner radius. |
TitleTemplate
Gets or sets the title template.
Declaration
public RenderFragment TitleTemplate { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment | The title template. |
Implements
IDisposable