menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartLegendOverflowMode - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartLegendOverflowMode

    Represents the overflow action in legend items panel. The available overflow modes for legend item are Scroll and Wrap.

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

    Fields

    Scroll

    Use scrollbar to view overflow items in legend.

    Declaration
    public const ChartLegendOverflowMode Scroll
    Field Value
    Type
    ChartLegendOverflowMode

    Wrap

    Wrap the overflow items in to next row of chart legend items layout.

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