Class ChartLegendOverflowMode
Represents the modes for placing legend items.
Inheritance
System.Object
ChartLegendOverflowMode
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.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
Wrap
Placed legend items in next line when items position exceeds the legend frame width.
Declaration
public const ChartLegendOverflowMode Wrap