LegendPosition
Enum
Determines the position of the chart legend.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.dll
Syntax:
C#
public enum LegendPosition
Fields
Docks the bottom edge of the legend to the bottom edge of the chart.
C#
Bottom = 1
The legend floats over the chart. The position is determined by the LegendOffset property.
C#
Float = 4
Docks the left edge of the legend to the left edge of the chart.
C#
Left = 2
Docks the right edge of the legend to the right edge of the chart.
C#
Right = 0
Docks the top edge of the legend to the top edge of the chart.
C#
Top = 3