Class Chart3DLegendMargin
Gets or sets the options for customizing the bottom, left, right, top margin of the legend in the 3D Chart.
Inherited Members
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public class Chart3DLegendMargin : Chart3DDefaultMargin, IChart3DSubcomponentTracker
Remarks
Use this class to customize the margin of the legend in the SfChart3D to enhance the visual appearance.
Constructors
Chart3DLegendMargin()
Declaration
public Chart3DLegendMargin()
Properties
Bottom
Sets and gets the bottom margin for the legend of 3D chart component.
Declaration
public override double Bottom { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Accepts double value in pixels. The default value is 0. |
Overrides
Left
Sets and gets the left margin for the legend of 3D chart component.
Declaration
public override double Left { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Accepts double value in pixels. The default value is 0. |
Overrides
Right
Sets and gets the right margin for the legend of 3D chart component.
Declaration
public override double Right { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Accepts double value in pixels. The default value is 0. |
Overrides
Top
Sets and gets the top margin for the legend of 3D chart component.
Declaration
public override double Top { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Accepts double value in pixels. The default value is 0. |
Overrides
Methods
OnInitialized()
Declaration
protected override void OnInitialized()
OnParametersSet()
Declaration
protected override void OnParametersSet()