RadChart
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public class RadChart : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlRadChart...
Implements:
Inherited Members
Constructors
C#
public RadChart()
Properties
C#
public ChartLegend Legend { get; }
C#
public IList<ChartArea> MultipleChartAreas { get; }
C#
public IList<ChartTitle> MultipleChartTitles { get; }
C#
public int NumberOAreasCount { get; }
C#
public ChartTitle Title { get; }
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides: