Class
LegendItem

Data representation of the legend items displayed in the RadLegendControl.

Definition

Namespace:Telerik.UI.Xaml.Controls.Primitives

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class LegendItem : ViewModelBase, INotifyPropertyChanged

Inheritance: objectViewModelBaseLegendItem

Implements: INotifyPropertyChanged

Inherited Members ViewModelBase.VerifyPropertyName(string)ViewModelBase.OnPropertyChanged(string)ViewModelBase.OnPropertyChanged<T>(Expression<Func<T>>)ViewModelBase.PropertyChangedOverride(string)ViewModelBase.PropertyChanged

Constructors

LegendItem()

Declaration

cs-api-definition
public LegendItem()

Properties

Fill

Gets or sets the Legend Fill.

Declaration

cs-api-definition
public Brush Fill { get; set; }

Property Value

Brush

Stroke

Gets or sets the Legend Stroke.

Declaration

cs-api-definition
public Brush Stroke { get; set; }

Property Value

Brush

Title

Gets or sets the Legend Title.

Declaration

cs-api-definition
public string Title { get; set; }

Property Value

string