Class ChartLegendOverflowMode
Represents overflow action in legend items panel.
Inheritance
System.Object
ChartLegendOverflowMode
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public sealed class ChartLegendOverflowMode : Enum
Fields
Scroll
Use scrollbar to view overflow items in legend.
Declaration
public const ChartLegendOverflowMode Scroll
Field Value
Wrap
Wrap the overflow items in to next row of chart legend items layout.
Declaration
public const ChartLegendOverflowMode Wrap