Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
[Flags]
public enum LegendItemsLayout
Fields
The items are positioned in rows or columns(horizontally or vertically) and if necessary a scrollbar is shown.
C#
Stack = 0
The items are positioned in rows or columns, based on the orientation property. When the space is filled, the container automatically wraps items onto a new row or column.
C#
Wrap = 1