menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Chart3DLegendMargin - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Chart3DLegendMargin

    Gets or sets the options for customizing the bottom, left, right, top margin of the legend in the 3D Chart.

    Inheritance
    System.Object
    Chart3DSubComponent
    Chart3DDefaultMargin
    Chart3DLegendMargin
    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
    Chart3DDefaultMargin.Bottom

    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
    Chart3DDefaultMargin.Left

    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
    Chart3DDefaultMargin.Right

    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
    Chart3DDefaultMargin.Top
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved