Grid line configuration of IChartAxis.
Object
ComponentBase
IComponent
IHandleEvent
IHandleAfterRender
RadzenChartComponentBase.Initialize
RadzenChartComponentBase.SetParametersAsync
RadzenChartComponentBase.ValidateParameters
RadzenChartComponentBase.DidParameterChange
RadzenChartComponentBase.Chart
ComponentBase.BuildRenderTree
ComponentBase.OnInitialized
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.OnAfterRenderAsync
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenGridLines : RadzenChartComponentBase, IComponent, IHandleEvent, IHandleAfterRenderThe axis which this configuration applies to.
public IChartAxis ChartAxis { set; }
| Type | Description |
|---|---|
| IChartAxis | The axis which this configuration applies to. |
Specifies the type of line used to render the grid lines.
public LineType LineType { get; set; }
| Type | Description |
|---|---|
| LineType | Specifies the type of line used to render the grid lines. |
Specifies the color of the grid lines.
public string Stroke { get; set; }
| Type | Description |
|---|---|
| string | Specifies the color of the grid lines. |
Specifies the pixel width of the grid lines. Set to 1 by default.
public double StrokeWidth { get; set; }
| Type | Description |
|---|---|
| double | Specifies the pixel width of the grid lines. Set to 1 by default. |
Specifies whether to display grid lines or not. Set to false by default.
public bool Visible { get; set; }
| Type | Description |
|---|---|
| bool | Specifies whether to display grid lines or not. Set to false by default. |
protected override bool ShouldRefreshChart(ParameterView parameters)
| Type | Name | Description |
|---|---|---|
| ParameterView | parameters |
| Type | Description |
|---|---|
| bool |