Class
LegendItem

Data representation of the legend item displayed in the RadLegend.

Definition

Namespace:Telerik.Windows.Controls.Legend

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public class LegendItem : INotifyPropertyChanged

Inheritance: objectLegendItem

Implements: INotifyPropertyChanged

Constructors

LegendItem()

Declaration

cs-api-definition
public LegendItem()

Properties

IsHovered

Gets and sets a value indicating whether the item is hovered.

Declaration

cs-api-definition
public bool IsHovered { get; set; }

Property Value

bool

MarkerFill

Gets or sets the fill of the marker.

Declaration

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

Property Value

Brush

MarkerGeometry

Gets or sets the Geometry of the marker.

Declaration

cs-api-definition
public Geometry MarkerGeometry { get; set; }

Property Value

Geometry

MarkerStroke

Gets or sets the stroke of the marker.

Declaration

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

Property Value

Brush

Presenter

Gets or sets the object which this LegendItem represents.

Declaration

cs-api-definition
public object Presenter { get; set; }

Property Value

object

Title

Gets or sets the Legend Title.

Declaration

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

Property Value

string

VisualState

Gets the visual state. This property is set internally in accordance to the IsHovered property.

Declaration

cs-api-definition
public string VisualState { get; }

Property Value

string

Events

PropertyChanged

Occurs when a property value changes.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged