Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFChartLegendPosition

    Show / Hide Table of Contents

    Class SFChartLegendPosition

    Represents Legend Placement in chart area.

    Inheritance
    System.Object
    SFChartLegendPosition
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public sealed class SFChartLegendPosition : Enum

    Fields

    Bottom

    Docks element at the bottom side of panel.

    Declaration
    public const SFChartLegendPosition Bottom
    Field Value
    Type Description
    SFChartLegendPosition

    Float

    Docks element at any position on panel.

    Declaration
    public const SFChartLegendPosition Float
    Field Value
    Type Description
    SFChartLegendPosition

    Left

    Docks element at the left side of panel.

    Declaration
    public const SFChartLegendPosition Left
    Field Value
    Type Description
    SFChartLegendPosition

    Right

    Docks element at the right side of panel.

    Declaration
    public const SFChartLegendPosition Right
    Field Value
    Type Description
    SFChartLegendPosition

    Top

    Docks element at the top side of panel.

    Declaration
    public const SFChartLegendPosition Top
    Field Value
    Type Description
    SFChartLegendPosition

    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