Class LegendItem
Represents an item used by a Series in the Legend of a Chart.
Inheritance
System.Object
LegendItem
Inherited Members
System.Windows.FrameworkElement.RegisterName(System.String, System.Object)
System.Windows.FrameworkElement.UnregisterName(System.String)
Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: Controls.DataVisualization.OpenSilver.dll
Syntax
public class LegendItem : ContentControl
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 |