Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenAxisTitle

    Represents the title configuration of a AxisBase.

    Inheritance
    System.Object
    RadzenChartComponentBase
    RadzenAxisTitle
    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 RadzenAxisTitle : RadzenChartComponentBase

    Properties

    Axis

    Sets the axis with this configuration applies to.

    Declaration
    public AxisBase Axis { set; }
    Property Value
    Type Description
    AxisBase

    The axis.

    Text

    Gets or sets the text displayed by the title.

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

    The text.

    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