Class RadChart
Inheritance
System.Object
RadChart
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadChart : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
RadChart()
Declaration
public RadChart()
Properties
Area
Legend
MultipleChartAreas
Declaration
public IList<ChartArea> MultipleChartAreas { get; }
Property Value
System.Collections.Generic.IList<ChartArea>
|
MultipleChartTitles
Declaration
public IList<ChartTitle> MultipleChartTitles { get; }
Property Value
System.Collections.Generic.IList<ChartTitle>
|
NumberOAreasCount
Declaration
public int NumberOAreasCount { get; }
Property Value
System.Int32
|
Title
XamlTag
Declaration
public override string XamlTag { get; }
Property Value
System.String
|
Overrides
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|