Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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
    Syncfusion.Blazor.SfBaseComponent
    SfDataBoundComponent
    PivotChartLegendMargin
    Inherited Members
    SfDataBoundComponent.SetDataManager<T>(Object)
    SfDataBoundComponent.OnAfterRenderAsync(Boolean)
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    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
    SfDataBoundComponent.OnInitializedAsync()

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    SfDataBoundComponent.OnParametersSetAsync()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved