menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LegendPlacement - API Reference

    Show / Hide Table of Contents

    Class LegendPlacement

    Represents the legend placement to customize the position of chart legend anywhere in the chart area.

    Inheritance
    System.Object
    LegendPlacement
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.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

    Floating

    Docks element at any position on panel

    Declaration
    public const LegendPlacement Floating
    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