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 |