Enum LegendPosition
Determines the position of the chart legend.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.dll
Syntax
public enum LegendPosition
Bottom
Docks the bottom edge of the legend to the bottom edge of the chart.
Float
The legend floats over the chart. The position is determined by the LegendOffset property.
Left
Docks the left edge of the legend to the left edge of the chart.
Right
Docks the right edge of the legend to the right edge of the chart.
Top
Docks the top edge of the legend to the top edge of the chart.