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 |
---|
ChartLegendOverflowMode |
Wrap
Placed legend items in next line when items position exceeds the legend frame width.
Declaration
public const ChartLegendOverflowMode Wrap
Field Value
Type |
---|
ChartLegendOverflowMode |