Class AxisMultiLabelRenderEventArgs
Specifies the event arguments available for the multi level label render events in the chart component.
Inheritance
System.Object
Syncfusion.Blazor.Charts.BaseEventArgs
AxisMultiLabelRenderEventArgs
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class AxisMultiLabelRenderEventArgs : 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 |
Properties
Alignment
Defines text alignment for multi labels.
Declaration
public Alignment Alignment { get; set; }
Property Value
Type | Description |
---|---|
Alignment |
Text
Defines axis current label text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextStyle
Defines font style for multi labels.
Declaration
public ChartCommonFont TextStyle { get; set; }
Property Value
Type | Description |
---|---|
ChartCommonFont |