Class RadLegend
Represents a legend control.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
[TelerikToolboxCategory("Data Visualization")]
public class RadLegend : Control
Constructors
RadLegend()
Fields
DefaultMarkerGeometryProperty
Identifies the DefaultMarkerGeometry property.
Declaration
public static readonly DependencyProperty DefaultMarkerGeometryProperty
Field Value
System.Windows.DependencyProperty
|
HoverModeProperty
Identifies the HoverMode property.
Declaration
public static readonly DependencyProperty HoverModeProperty
Field Value
System.Windows.DependencyProperty
|
ItemsPanelProperty
Identifies the ItemsPanel property.
Declaration
public static readonly DependencyProperty ItemsPanelProperty
Field Value
System.Windows.DependencyProperty
|
ItemsProperty
Identifies the Items property.
Declaration
public static readonly DependencyProperty ItemsProperty
Field Value
System.Windows.DependencyProperty
|
ItemTemplateProperty
Identifies the ItemTemplate property.
Declaration
public static readonly DependencyProperty ItemTemplateProperty
Field Value
System.Windows.DependencyProperty
|
Properties
DefaultMarkerGeometry
Gets or sets the default Geometry for the markers.
Declaration
public Geometry DefaultMarkerGeometry { get; set; }
Property Value
System.Windows.Media.Geometry
|
HoverMode
Gets or sets the hover mode.
Declaration
public LegendHoverMode HoverMode { get; set; }
Property Value
LegendHoverMode
|
Items
Gets or sets the LegendItems that will be displayed.
Declaration
public LegendItemCollection Items { get; set; }
Property Value
LegendItemCollection
|
ItemsPanel
Represents the items panel that will be used for the legend presenter to display data.
Declaration
public ItemsPanelTemplate ItemsPanel { get; set; }
Property Value
System.Windows.Controls.ItemsPanelTemplate
|
ItemTemplate
Gets or sets the DataTemplate used to display each legend item.
Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|
Methods
OnCreateAutomationPeer()
Creates a new RadLegendAutomationPeer instance.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|