Class Chart3DAxisLabelRenderEventArgs
Gets or sets the axis label rendering event arguments for the SfChart3D component.
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public class Chart3DAxisLabelRenderEventArgs : Chart3DEventArgs
Properties
Axis
Gets the SfChart3D axis for the axis label.
Declaration
public Chart3DAxis Axis { get; }
Property Value
Type | Description |
---|---|
Chart3DAxis | A Chart3DAxis object that represents the axis. |
Remarks
This is a read-only property.
LabelStyle
Gets or sets the font style for the axis label.
Declaration
public Chart3DEventFont LabelStyle { get; set; }
Property Value
Type | Description |
---|---|
Chart3DEventFont | A Chart3DEventFont that defines the font style of the axis labels. |
Text
Gets or sets the axis label text for the SfChart3D.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. The default value is null. |
Value
Gets or sets the axis value for the SfChart3D axis label.
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Accepts the double value. |