Class
Legend

Controls how the chart legend is shown; use to position series/category descriptors around the plot.

Definition

Namespace:Telerik.Windows.Documents.Model.Drawing.Charts

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

cs-api-definition
public class Legend

Inheritance: objectLegend

Constructors

Legend()

Initializes a new instance of the Legend class.

Declaration

cs-api-definition
public Legend()

Properties

Position

Gets or sets where the legend appears relative to the plot area, impacting layout.

Declaration

cs-api-definition
public LegendPosition Position { get; set; }

Property Value

LegendPosition

Methods

Clone()

Creates a deep copy of this legend and returns a new instance with the same position.

Declaration

cs-api-definition
public Legend Clone()

Returns

Legend

The deep copy of the object.