menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support
Class LegendPlacement - MAUI-ToolKit API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LegendPlacement

    Specifies the placement of the legend relative to the plot area, such as top, bottom, left, or right of the chart.

    Inheritance
    System.Object
    LegendPlacement
    Namespace: Syncfusion.Maui.Toolkit
    Assembly: Syncfusion.Maui.Toolkit.dll
    Syntax
    public sealed class LegendPlacement : Enum

    Fields

    Bottom

    Positions the legend to the bottom of the chart.

    Declaration
    public const LegendPlacement Bottom
    Field Value
    Type
    LegendPlacement

    Left

    Positions the legend to the left of the chart.

    Declaration
    public const LegendPlacement Left
    Field Value
    Type
    LegendPlacement

    Right

    Positions the legend to the right of the chart.

    Declaration
    public const LegendPlacement Right
    Field Value
    Type
    LegendPlacement

    Top

    Positions the legend to the top of the chart.

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