ClassRadChart
Class
Represents the RadChart for Silverlight RadChart control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class RadChart : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlRadChart
Implements:
Inherited Members
Constructors
RadChart()
Initializes a new instance of the RadChart class.
Declaration
cs-api-definition
public RadChart()
Properties
Area
Get the Chart area xaml control.
Legend
Get the Chart legend xaml control.
MultipleChartAreas
Get the list of multiple chart areas.
MultipleChartTitles
Get the list of multiple chart titles.
Declaration
cs-api-definition
public IList<ChartTitle> MultipleChartTitles { get; }
Property Value
NumberOAreasCount
Get the number of chart areas.
Title
Get the Chart title xaml control.
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