ClassChartLegend
Class
Represents the RadChart for Silverlight ChartLegend control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class ChartLegend : ItemsControl, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlChartLegend
Implements:
Inherited Members
Constructors
ChartLegend()
Initializes a new instance of the ChartLegend class.
Declaration
cs-api-definition
public ChartLegend()
Properties
HeaderText
The header text of the ChartLegend.
Items
Get the list of ChartLegend items.
Declaration
cs-api-definition
public IList<ChartLegendItem> Items { get; }
Property Value
LegendTextColor
Get the legend header text color.
SelectedLegendTextColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Declaration
cs-api-definition
public string SelectedLegendTextColorValue { get; }
Property Value
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