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