ClassRadLegend
Class
Represents the RadLegend for Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public class RadLegend : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlRadLegend
Implements:
Inherited Members
Constructors
RadLegend()
Initializes a new instance of the RadLegend class.
Declaration
cs-api-definition
public RadLegend()
Properties
BackgroundColor
Get the legend background color
LegendItemControls
Get the list of legend item controls series.
Declaration
cs-api-definition
public IList<LegendItemControl> LegendItemControls { get; }
Property Value
LegendItemControlsCount
Get the LegendItemControls count.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides