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 Default
Declaration
public static readonly DependencyProperty DefaultMarkerGeometryProperty
Field Value
System.
|
HoverModeProperty
Identifies the Hover
Declaration
public static readonly DependencyProperty HoverModeProperty
Field Value
System.
|
ItemsPanelProperty
Identifies the Items
Declaration
public static readonly DependencyProperty ItemsPanelProperty
Field Value
System.
|
ItemsProperty
Identifies the Items property.
Declaration
public static readonly DependencyProperty ItemsProperty
Field Value
System.
|
ItemTemplateProperty
Identifies the Item
Declaration
public static readonly DependencyProperty ItemTemplateProperty
Field Value
System.
|
Properties
DefaultMarkerGeometry
Gets or sets the default Geometry for the markers.
Declaration
public Geometry DefaultMarkerGeometry { get; set; }
Property Value
System.
|
HoverMode
Gets or sets the hover mode.
Declaration
public LegendHoverMode HoverMode { get; set; }
Property Value
Items
Gets or sets the Legend
Declaration
public LegendItemCollection Items { get; set; }
Property Value
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.
|
ItemTemplate
Gets or sets the DataTemplate used to display each legend item.
Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
System.
|
Methods
MeasureOverride(Size)
Overrides the Measure pass to define a specific behavior for measuring.
Declaration
protected override Size MeasureOverride(Size constraint)
Parameters
System.
|
Returns
System.
|
OnCreateAutomationPeer()
Creates a new Rad
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.
|