Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenGridLines

    Grid line configuration of IChartAxis.

    Inheritance
    System.Object
    RadzenChartComponentBase
    RadzenGridLines
    Inherited Members
    RadzenChartComponentBase.Chart
    RadzenChartComponentBase.Initialize()
    RadzenChartComponentBase.SetParametersAsync(ParameterView)
    RadzenChartComponentBase.ValidateParameters()
    RadzenChartComponentBase.DidParameterChange<T>(ParameterView, String, T)
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenGridLines : RadzenChartComponentBase

    Properties

    ChartAxis

    The axis which this configuration applies to.

    Declaration
    public IChartAxis ChartAxis { set; }
    Property Value
    Type Description
    IChartAxis

    LineType

    Specifies the type of line used to render the grid lines.

    Declaration
    public LineType LineType { get; set; }
    Property Value
    Type Description
    LineType

    Stroke

    Specifies the color of the grid lines.

    Declaration
    public string Stroke { get; set; }
    Property Value
    Type Description
    System.String

    StrokeWidth

    Specifies the pixel width of the grid lines. Set to 1 by default.

    Declaration
    public double StrokeWidth { get; set; }
    Property Value
    Type Description
    System.Double

    Visible

    Specifies whether to display grid lines or not. Set to false by default.

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    ShouldRefreshChart(ParameterView)

    Determines if RadzenChart should render.

    Declaration
    protected override bool ShouldRefreshChart(ParameterView parameters)
    Parameters
    Type Name Description
    ParameterView parameters

    The parameters.

    Returns
    Type Description
    System.Boolean
    Overrides
    RadzenChartComponentBase.ShouldRefreshChart(ParameterView)

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT