ClassLegendItem
Class
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:
Constructors
LegendItem()
Declaration
cs-api-definition
public LegendItem()
Properties
IsHovered
Gets and sets a value indicating whether the item is hovered.
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.
Title
Gets or sets the Legend Title.
VisualState
Gets the visual state. This property is set internally in accordance to the IsHovered property.
Events
PropertyChanged
Occurs when a property value changes.
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements