Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenCategoryAxis

    Inheritance
    object
    ComponentBase
    RadzenChartComponentBase
    AxisBase
    RadzenCategoryAxis
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    IChartAxis
    Inherited Members
    AxisBase.ShouldRefreshChart(ParameterView)
    AxisBase.Stroke
    AxisBase.StrokeWidth
    AxisBase.ChildContent
    AxisBase.FormatString
    AxisBase.Formatter
    AxisBase.LineType
    AxisBase.GridLines
    AxisBase.Title
    AxisBase.Ticks
    AxisBase.TickDistance
    AxisBase.Min
    AxisBase.Max
    AxisBase.Step
    AxisBase.Visible
    AxisBase.LabelRotation
    AxisBase.LabelAutoRotation
    RadzenChartComponentBase.SetParametersAsync(ParameterView)
    RadzenChartComponentBase.ValidateParameters()
    RadzenChartComponentBase.DidParameterChange<T>(ParameterView, string, T)
    RadzenChartComponentBase.Chart
    ComponentBase.OnInitialized()
    ComponentBase.OnInitializedAsync()
    ComponentBase.OnParametersSet()
    ComponentBase.OnParametersSetAsync()
    ComponentBase.StateHasChanged()
    ComponentBase.ShouldRender()
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.DispatchExceptionAsync(Exception)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenCategoryAxis : AxisBase, IComponent, IHandleEvent, IHandleAfterRender, IChartAxis

    Constructors

    RadzenCategoryAxis()

    Declaration
    public RadzenCategoryAxis()

    Properties

    Padding

    Declaration
    [Parameter]
    public double Padding { get; set; }
    Property Value
    Type Description
    double

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    RenderTreeBuilder __builder
    Overrides
    ComponentBase.BuildRenderTree(RenderTreeBuilder)

    Initialize()

    Perform initialization when Chart is set.

    Declaration
    protected override void Initialize()
    Overrides
    RadzenChartComponentBase.Initialize()

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    IChartAxis

    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