Class Legend
Represents teh legend of the chart.
Inheritance
System.Object
Legend
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class Legend
Constructors
Legend()
Properties
Position
Gets or sets the value indicating where the legend will be positioned.
Declaration
public LegendPosition Position { get; set; }
Property Value
LegendPosition
|
Methods
Clone()
Creates a deep copy of the object.
Declaration
public Legend Clone()
Returns
Legend
The deep copy of the object. |