Xamarin.Android

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

    Show / Hide Table of Contents

    Class ExcelLegendPosition

    Specifies the position of the legend on a chart.

    Inheritance
    System.Object
    ExcelLegendPosition
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class ExcelLegendPosition : Enum

    Fields

    Bottom

    Represents the bottom of the chart.

    Declaration
    public const ExcelLegendPosition Bottom
    Field Value
    Type Description
    ExcelLegendPosition

    Corner

    Represents the upper right-hand corner of the chart border.

    Declaration
    public const ExcelLegendPosition Corner
    Field Value
    Type Description
    ExcelLegendPosition

    Left

    Represents the left of the chart.

    Declaration
    public const ExcelLegendPosition Left
    Field Value
    Type Description
    ExcelLegendPosition

    NotDocked

    Represents the NotDocked option.

    Declaration
    public const ExcelLegendPosition NotDocked
    Field Value
    Type Description
    ExcelLegendPosition

    Right

    Represents the right of the chart.

    Declaration
    public const ExcelLegendPosition Right
    Field Value
    Type Description
    ExcelLegendPosition

    Top

    Represents the top of the chart.

    Declaration
    public const ExcelLegendPosition Top
    Field Value
    Type Description
    ExcelLegendPosition

    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