Class Chart3DAxisLabelRenderEventArgs
Gets or sets the axis label rendering event arguments for the 3D Chart component.
Inherited Members
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public class Chart3DAxisLabelRenderEventArgs : Chart3DEventArgs
Properties
Axis
Gets the 3D Chart 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 3D Chart.
Declaration
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Accepts the string value. The default value is null. |
Value
Gets or sets the axis value for the 3D Chart axis label.
Declaration
public double Value { get; set; }
Property Value
| Type | Description |
|---|---|
| double | Accepts the double value. |