menu

Blazor

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

    Show / Hide Table of Contents

    Class PivotChartLegendPosition

    Defines the position of the legend. They are Auto - Places the legend based on area type. Bottom - Displays the legend on the bottom of chart. Top - Displays the legend on the top of chart. Left - Displays the legend on the left of chart. Right - Displays the legend on the right of chart. Custom - Displays the legend based on given x and y value.

    Inheritance
    System.Object
    PivotChartLegendPosition
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class PivotChartLegendPosition : Enum

    Fields

    Auto

    Auto - Places the legend based on area type.

    Declaration
    public const PivotChartLegendPosition Auto
    Field Value
    Type
    PivotChartLegendPosition

    Bottom

    Bottom - Displays the legend on the bottom of chart.

    Declaration
    public const PivotChartLegendPosition Bottom
    Field Value
    Type
    PivotChartLegendPosition

    Custom

    Custom - Displays the legend based on given x and y value.

    Declaration
    public const PivotChartLegendPosition Custom
    Field Value
    Type
    PivotChartLegendPosition

    Left

    Left - Displays the legend on the left of chart.

    Declaration
    public const PivotChartLegendPosition Left
    Field Value
    Type
    PivotChartLegendPosition

    Right

    Right - Displays the legend on the right of chart.

    Declaration
    public const PivotChartLegendPosition Right
    Field Value
    Type
    PivotChartLegendPosition

    Top

    Top - Displays the legend on the top of chart.

    Declaration
    public const PivotChartLegendPosition Top
    Field Value
    Type
    PivotChartLegendPosition
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved