Class PivotChartLegendMargin
Options to customize the margin of the legend.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
PivotChartLegendMargin
Inherited Members
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class PivotChartLegendMargin : SfDataBoundComponent
Constructors
PivotChartLegendMargin()
Declaration
public PivotChartLegendMargin()
Properties
Bottom
Declaration
public double Bottom { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Left
Allows to set the border of the multi level labels.
Declaration
public double Left { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Right
Allows to set the border of the multi level labels.
Declaration
public double Right { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Top
Allows to set the border of the multi level labels.
Declaration
public double Top { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |