Class LegendPlacement

    Show / Hide Table of Contents

    Class LegendPlacement

    Represents the position of a child element in the chart.

    Inheritance
    System.Object
    LegendPlacement
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.Chart.WinUI.dll
    Syntax
    public sealed class LegendPlacement : Enum

    Fields

    Bottom

    Docks element at the bottom side of panel.

    Declaration
    public const LegendPlacement Bottom
    Field Value
    Type Description
    LegendPlacement

    Left

    Docks element at the left side of panel.

    Declaration
    public const LegendPlacement Left
    Field Value
    Type Description
    LegendPlacement

    Right

    Docks element at the right side of panel.

    Declaration
    public const LegendPlacement Right
    Field Value
    Type Description
    LegendPlacement

    Top

    Docks element at the top side of panel.

    Declaration
    public const LegendPlacement Top
    Field Value
    Type Description
    LegendPlacement

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved