Class ChartLegendItem
Represents the legend item chart series member.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class ChartLegendItem : LegendItem, INotifyPropertyChanged, ILegendItem
Constructors
ChartLegendItem()
Declaration
public ChartLegendItem()
Properties
Series
Get the corresponding legend item series
Declaration
public ChartSeries Series { get; }
Property Value
Type |
---|
ChartSeries |
Implements
System.ComponentModel.INotifyPropertyChanged