LegendPosition
Enum
Specifies where a chart legend is placed relative to the plot area.
Definition
Namespace:Telerik.Windows.Documents.Model.Drawing.Charts
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
C#
public enum LegendPosition
Fields
Positions the legend below the plot area.
C#
Bottom = 1
Positions the legend to the left of the plot area.
C#
Left = 2
Positions the legend to the right of the plot area.
C#
Right = 0
Positions the legend above the plot area.
C#
Top = 3