Interface IChartBarSeries
Marker interface for RadzenBarSeries<TItem>.
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public interface IChartBarSeries
Properties
Count
Gets the count.
Declaration
int Count { get; }
Property Value
| Type | Description |
|---|---|
| int | The count. |