Class LegendItem
Data representation of the legend item displayed in the Rad
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.
|
MarkerFill
Gets or sets the fill of the marker.
Declaration
public Brush MarkerFill { get; set; }
Property Value
System.
|
MarkerGeometry
Gets or sets the Geometry of the marker.
Declaration
public Geometry MarkerGeometry { get; set; }
Property Value
System.
|
MarkerStroke
Gets or sets the stroke of the marker.
Declaration
public Brush MarkerStroke { get; set; }
Property Value
System.
|
Presenter
Gets or sets the object which this Legend
Declaration
public object Presenter { get; set; }
Property Value
System.
|
Title
Gets or sets the Legend Title.
Declaration
public string Title { get; set; }
Property Value
System.
|
VisualState
Gets the visual state. This property is set internally in accordance to the Is
Declaration
public string VisualState { get; }
Property Value
System.
|
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|