Blazor

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

    Show / Hide Table of Contents

    Class MultiLevelLabelClickEventArgs

    Specifies the event arguments available for the multi level label render events in the chart component.

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

    Fields

    Axis

    Defines the current axis.

    Declaration
    public readonly ChartCommonAxis Axis
    Field Value
    Type Description
    ChartCommonAxis

    CustomAttributes

    Defines custom objects for multi labels.

    Declaration
    public readonly object CustomAttributes
    Field Value
    Type Description
    System.Object

    End

    Defines end value of the multi level labels.

    Declaration
    public readonly object End
    Field Value
    Type Description
    System.Object

    Level

    Defines current level.

    Declaration
    public readonly double Level
    Field Value
    Type Description
    System.Double

    Start

    Defines start value of the multi level labels.

    Declaration
    public readonly object Start
    Field Value
    Type Description
    System.Object

    Text

    Defines current label text.

    Declaration
    public readonly string Text
    Field Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved