Class Chart3DDataLabelMargin
Gets or sets the options for customizing the margin of the data labels in the SfChart3D series.
Inherited Members
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public class Chart3DDataLabelMargin : Chart3DDefaultMargin, IChart3DSubcomponentTracker
Remarks
Use the Chart3DDataLabelMargin class to customize the spacing around data labels in the SfChart3D series. This class inherits properties from the Chart3DDefaultMargin class, allowing you to define margin settings such as top, bottom, left, and right margins.
Constructors
Chart3DDataLabelMargin()
Declaration
public Chart3DDataLabelMargin()
Properties
Bottom
Specifies the bottom margin of the datalabel.
Declaration
public override double Bottom { get; set; }
Property Value
Type |
---|
System.Double |
Overrides
Left
Specifies the left margin of the datalabel.
Declaration
public override double Left { get; set; }
Property Value
Type |
---|
System.Double |
Overrides
Right
Specifies the right margin of the datalabel.
Declaration
public override double Right { get; set; }
Property Value
Type |
---|
System.Double |
Overrides
Top
Specifies the top margin of the datalabel.
Declaration
public override double Top { get; set; }
Property Value
Type |
---|
System.Double |
Overrides
Methods
OnInitialized()
Declaration
protected override void OnInitialized()
OnParametersSet()
Declaration
protected override void OnParametersSet()