Class ChartDataLabelMargin
Options to customize the margin of the datalabel.
Inheritance
System.Object
Syncfusion.Blazor.Charts.Internal.ChartDefaultMargin
ChartDataLabelMargin
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartDataLabelMargin : ChartDefaultMargin, ISubcomponentTracker
Constructors
ChartDataLabelMargin()
Declaration
public ChartDataLabelMargin()
Properties
Bottom
Specifies the bottom margin of the datalabel.
Declaration
public override double Bottom { get; set; }
Property Value
Type |
---|
System.Double |
Overrides
Syncfusion.Blazor.Charts.Internal.ChartDefaultMargin.Bottom
Left
Specifies the left margin of the datalabel.
Declaration
public override double Left { get; set; }
Property Value
Type |
---|
System.Double |
Overrides
Syncfusion.Blazor.Charts.Internal.ChartDefaultMargin.Left
Right
Specifies the right margin of the datalabel.
Declaration
public override double Right { get; set; }
Property Value
Type |
---|
System.Double |
Overrides
Syncfusion.Blazor.Charts.Internal.ChartDefaultMargin.Right
Top
Specifies the top margin of the datalabel.
Declaration
public override double Top { get; set; }
Property Value
Type |
---|
System.Double |
Overrides
Syncfusion.Blazor.Charts.Internal.ChartDefaultMargin.Top
Methods
OnInitialized()
Declaration
protected override void OnInitialized()
OnParametersSet()
Declaration
protected override void OnParametersSet()