Class LegendItem
Represents an item used by a Series in the Legend of a Chart.
Inheritance
System.Object
LegendItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: OpenSilver.Controls.DataVisualization.Toolkit.dll
Syntax
public class LegendItem : ContentControl, IControl, IFrameworkElement, IUIElement, IDependencyObject
Constructors
| Improve this Doc View SourceLegendItem()
Initializes a new instance of the LegendItem class.
Declaration
public LegendItem()
Properties
| Improve this Doc View SourceOwner
Gets or sets the owner of the LegendItem.
Declaration
public object Owner { get; set; }
Property Value
Type | Description |
---|---|
System.Object |