Class ChartLegendMargin
Inheritance
System.Object
Syncfusion.Blazor.Charts.Internal.ChartDefaultMargin
ChartLegendMargin
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartLegendMargin : ChartDefaultMargin, ISubcomponentTracker
Constructors
ChartLegendMargin()
Declaration
public ChartLegendMargin()
Properties
Bottom
Declaration
public override double Bottom { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
Syncfusion.Blazor.Charts.Internal.ChartDefaultMargin.Bottom
Left
Declaration
public override double Left { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
Syncfusion.Blazor.Charts.Internal.ChartDefaultMargin.Left
Right
Declaration
public override double Right { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
Syncfusion.Blazor.Charts.Internal.ChartDefaultMargin.Right
Top
Declaration
public override double Top { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
Syncfusion.Blazor.Charts.Internal.ChartDefaultMargin.Top
Methods
OnInitialized()
Declaration
protected override void OnInitialized()
OnParametersSet()
Declaration
protected override void OnParametersSet()