Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ChartLegendOverflowMode

    Represents the modes for placing legend items.

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

    Fields

    Scroll

    Legend items should be scrollable if the items position exceeds the frame width.

    Declaration
    public const ChartLegendOverflowMode Scroll
    Field Value
    Type Description
    ChartLegendOverflowMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Wrap

    Placed legend items in next line when items position exceeds the legend frame width.

    Declaration
    public const ChartLegendOverflowMode Wrap
    Field Value
    Type Description
    ChartLegendOverflowMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved