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
Properties
Axis
Defines the current axis.
Declaration
public ChartAxis Axis { get; }
Property Value
Type | Description |
---|---|
ChartAxis | A ChartAxis object that represents the current axis. |
CustomAttributes
Defines custom objects for multi labels.
Declaration
public object CustomAttributes { get; }
Property Value
Type | Description |
---|---|
System.Object | An object that represents the custom objects for multi-labels. |
End
Defines end value of the multi level labels.
Declaration
public object End { get; }
Property Value
Type | Description |
---|---|
System.Object | An object that represents the end value of the multi-level labels. |
Level
Defines current level.
Declaration
public double Level { get; }
Property Value
Type | Description |
---|---|
System.Double | Accepts the double value. |
Start
Defines start value of the multi level labels.
Declaration
public object Start { get; }
Property Value
Type | Description |
---|---|
System.Object | An object that represents the start value of the multi-level labels. |
Text
Defines current label text.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |