menu

Blazor

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

    Show / Hide Table of Contents

    Class PivotChartLegendMargin

    Options to customize the margin of the legend.

    Inheritance
    System.Object
    PivotChartLegendMargin
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PivotChartLegendMargin : OwningComponentBase

    Constructors

    PivotChartLegendMargin()

    Declaration
    public PivotChartLegendMargin()

    Properties

    Bottom

    Declaration
    public double Bottom { get; set; }
    Property Value
    Type
    System.Double

    Left

    Allows to set the border of the multi level labels.

    Declaration
    public double Left { get; set; }
    Property Value
    Type
    System.Double

    Right

    Allows to set the border of the multi level labels.

    Declaration
    public double Right { get; set; }
    Property Value
    Type
    System.Double

    Top

    Allows to set the border of the multi level labels.

    Declaration
    public double Top { get; set; }
    Property Value
    Type
    System.Double

    Methods

    Dispose(Boolean)

    Dispose unmanaged resources in the component.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    OnInitializedAsync()

    Method invokes when the component is initialized.

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    A System.Threading.Tasks.Task representing any asynchronous operation.

    OnParametersSetAsync()

    Method invokes when the component's parameters are set.

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    A System.Threading.Tasks.Task representing any asynchronous operation.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved