Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AxisLabelRenderEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AxisLabelRenderEventArgs

    Specifies the event arguments available for on axis label render events in the chart component.

    Inheritance
    System.Object
    Syncfusion.Blazor.Charts.BaseEventArgs
    AxisLabelRenderEventArgs
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class AxisLabelRenderEventArgs : BaseEventArgs

    Properties

    Axis

    Defines the current axis.

    Declaration
    public ChartAxis Axis { get; }
    Property Value
    Type Description
    ChartAxis

    LabelStyle

    Defines axis current label font style.

    Declaration
    public ChartDefaultFont LabelStyle { get; set; }
    Property Value
    Type Description
    Syncfusion.Blazor.Charts.Internal.ChartDefaultFont

    Text

    Defines axis current label text.

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

    Value

    Defines axis current label value.

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved