LegendItem
Class
Data representation of the legend items displayed in the chart legend.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class LegendItem : INotifyPropertyChanged
Inheritance: objectLegendItem
Implements:
Constructors
Initializes a new instance of the LegendItem class.
C#
public LegendItem()
Initializes a new instance of the LegendItem class.
C#
public LegendItem(UIChartElement element)
The element this legend item represents.
Properties
Gets the element that this legend item represents.
C#
public UIChartElement Element { get; }
Methods
Gets the legend title.
Sets the legend title.
Events
Occurs when a property value changes.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: