Class LegendItem
Data representation of the legend item displayed in the RadLegend.
Inheritance
Namespace: Telerik.Windows.Controls.Legend
Assembly: Telerik.Windows.Controls.dll
Syntax
public class LegendItem : Object, INotifyPropertyChanged
Constructors
LegendItem()
Declaration
public LegendItem()
Properties
IsHovered
Gets and sets a value indicating whether the item is hovered.
Declaration
public bool IsHovered { get; set; }
Property Value
System.Boolean
|
MarkerFill
Gets or sets the fill of the marker.
Declaration
public Brush MarkerFill { get; set; }
Property Value
System.Windows.Media.Brush
|
MarkerGeometry
Gets or sets the Geometry of the marker.
Declaration
public Geometry MarkerGeometry { get; set; }
Property Value
System.Windows.Media.Geometry
|
MarkerStroke
Gets or sets the stroke of the marker.
Declaration
public Brush MarkerStroke { get; set; }
Property Value
System.Windows.Media.Brush
|
Presenter
Gets or sets the object which this LegendItem represents.
Declaration
public object Presenter { get; set; }
Property Value
System.Object
|
Title
Gets or sets the Legend Title.
Declaration
public string Title { get; set; }
Property Value
System.String
|
VisualState
Gets the visual state. This property is set internally in accordance to the IsHovered property.
Declaration
public string VisualState { get; }
Property Value
System.String
|
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|