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 |
---|---|
System.Int32 | The count. |