Interface IChartAxis
Common axis API of RadzenChart
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public interface IChartAxis
Properties
GridLines
Gets or sets the grid lines configuration of this axis.
Declaration
RadzenGridLines GridLines { get; set; }
Property Value
Type | Description |
---|---|
RadzenGridLines |