Class
RadPolarChart

Represents the RadPolarChart for Silverlight control wrapper.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public class RadPolarChart : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement

Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadPolarChart

Implements: IAutomationPeerIControlIFrameworkElementIPeerConverterITargetElement

Inherited Members Control.IsTabStopPropertyControl.TabIndexPropertyControl.TabNavigationPropertyControl.PaddingPropertyControl.HorizontalContentAlignmentPropertyControl.VerticalContentAlignmentPropertyControl.BackgroundPropertyControl.BorderBrushPropertyControl.BorderThicknessPropertyControl.FontSizePropertyControl.ForegroundPropertyControl.IsEnabledPropertyControl.FontFamilyPropertyControl.FontStretchPropertyControl.FontStylePropertyControl.FontWeightPropertyControl.GetRealType()Control.IsTabStopControl.TabIndexControl.TabNavigationControl.PaddingControl.HorizontalContentAlignmentControl.VerticalContentAlignmentControl.BackgroundControl.BorderBrushControl.BorderThicknessControl.FontSizeControl.ForegroundControl.IsEnabledControl.FontFamilyControl.FontStretchControl.FontStyleControl.FontWeightSilverlightTestElement.UseLayoutRoundingPropertySilverlightTestElement.UseLayoutRoundingFrameworkElement.ActualWidthPropertyFrameworkElement.ActualHeightPropertyFrameworkElement.WidthPropertyFrameworkElement.HeightPropertyFrameworkElement.MinWidthPropertyFrameworkElement.MaxWidthPropertyFrameworkElement.MinHeightPropertyFrameworkElement.MaxHeightPropertyFrameworkElement.HorizontalAlignmentPropertyFrameworkElement.VerticalAlignmentPropertyFrameworkElement.MarginPropertyFrameworkElement.DesiredSizePropertyFrameworkElement.RenderSizePropertyFrameworkElement.NamePropertyFrameworkElement.TagPropertyFrameworkElement.DataContextPropertyFrameworkElement.OpacityPropertyFrameworkElement.ClipPropertyFrameworkElement.RenderTransformPropertyFrameworkElement.OpacityMaskPropertyFrameworkElement.RenderTransformOriginPropertyFrameworkElement.IsHitTestVisiblePropertyFrameworkElement.VisibilityPropertyFrameworkElement.GetIdentifier(out string, out string)FrameworkElement.IsChild(FrameworkElement)FrameworkElement.GetChildTagIndex(FrameworkElement)FrameworkElement.InitializeMappings(MappingsCollection)FrameworkElement.As<T>()FrameworkElement.CastAs<T>()FrameworkElement.SetProxy(bool)FrameworkElement.SetUid(string)FrameworkElement.SetFindInfo(VisualFindInfo)FrameworkElement.SetXamlTag(string)FrameworkElement.KeyPress(Keys, int, int, int)FrameworkElement.GetRectangle()FrameworkElement.GetRectangle(FrameworkElement)FrameworkElement.GetIntRectangle()FrameworkElement.IsHitTest()FrameworkElement.IsHitTest(bool)FrameworkElement.IsHitTest(FrameworkElement, bool)FrameworkElement.Highlight()FrameworkElement.Highlight(bool)FrameworkElement.Parent()FrameworkElement.Parent<T>()FrameworkElement.Parent(string)FrameworkElement.Parent(string, bool)FrameworkElement.GetNextSibling()FrameworkElement.GetPrevSibling()FrameworkElement.NextSibling(string)FrameworkElement.NextSibling<T>()FrameworkElement.PreviousSibling(string)FrameworkElement.PreviousSibling<T>()FrameworkElement.AnySibling<T>()FrameworkElement.AnySibling(string)FrameworkElement.GetScreenRectangle()FrameworkElement.ScrollToVisible()FrameworkElement.ScrollToVisible(ScrollToVisibleType)FrameworkElement.EnsureClickable()FrameworkElement.ToXml()FrameworkElement.Refresh()FrameworkElement.Equals(object)FrameworkElement.GetHashCode()FrameworkElement.GetProperties()FrameworkElement.GetAttachedProperty<T>(string, string)FrameworkElement.SetAttachedProperty<T>(string, string, T)FrameworkElement.SetFocus()FrameworkElement.ValidateMouseLocationIfNeeded(Point)FrameworkElement.GetStringPresentation()FrameworkElement.ToRealObject()FrameworkElement.FromRealObject(object)FrameworkElement.ValidateType(Type, string)FrameworkElement.GetKnownControlTypes(TechnologyType)FrameworkElement.RegisterElement(Type, string)FrameworkElement.InitKnownWpfControlTypes()FrameworkElement.InitKnownSilverlightControlTypes()FrameworkElement.InitKnownXamlControlTypes(Type)FrameworkElement.GetControlTypeFromInterface(Type)FrameworkElement.Match(IFindExpression)FrameworkElement.SetDepth(int)FrameworkElement.AddChildNode(ITargetElement)FrameworkElement.SetClosingTag(ITargetElement)FrameworkElement.GetChildren()FrameworkElement.GetParent()FrameworkElement.GetHostParent()FrameworkElement.SetParent(ITargetElement)FrameworkElement.GetUniqueHashCode()FrameworkElement.ToString()FrameworkElement.Capture()FrameworkElement.CaptureImage()FrameworkElement.GetProperty<T>(string)FrameworkElement.GetPropertyTypeSafe(string)FrameworkElement.GetAutomationProperty(string)FrameworkElement.SetProperty(string, object)FrameworkElement.ActualWidthFrameworkElement.ActualHeightFrameworkElement.WidthFrameworkElement.HeightFrameworkElement.MinWidthFrameworkElement.MaxWidthFrameworkElement.MinHeightFrameworkElement.MaxHeightFrameworkElement.HorizontalAlignmentFrameworkElement.VerticalAlignmentFrameworkElement.MarginFrameworkElement.DesiredSizeFrameworkElement.RenderSizeFrameworkElement.NameFrameworkElement.OpacityFrameworkElement.ClipFrameworkElement.RenderTransformFrameworkElement.OpacityMaskFrameworkElement.RenderTransformOriginFrameworkElement.IsHitTestVisibleFrameworkElement.VisibilityFrameworkElement.UidFrameworkElement.MappingsFrameworkElement.AutomationIdFrameworkElement.XamlTagBaseFrameworkElement.TextFrameworkElement.TextBlockContentFrameworkElement.TextLiteralContentFrameworkElement.UserFrameworkElement.WaitFrameworkElement.FindFrameworkElement.ApplicationFrameworkElement.AbsoluteTagIndexFrameworkElement.TagNameIndexFrameworkElement.AbsoluteSiblingTagIndexFrameworkElement.EnableValidateMouseLocationFrameworkElement.ToolTipTextFrameworkElement.ComputedVisibilityFrameworkElement.IsVisibleFrameworkElement.ChildrenFrameworkElement.TechnologyTypeFrameworkElement.DepthFrameworkElement.IsTestRegionFrameworkElement.ParsedElementFrameworkElement.HostAutomationObject<FrameworkElement>.GetProperty(AutomationProperty)AutomationObject<FrameworkElement>.GetProperty(AutomationProperty, object)AutomationObject<FrameworkElement>.SetProperty(AutomationProperty, object)AutomationObject<FrameworkElement>.InvokeMethod(AutomationMethod, params object[])AutomationObject<FrameworkElement>.InvokeMethod(string, params object[])AutomationObject<FrameworkElement>.Serialize()AutomationObject<FrameworkElement>.Deserialize(string)AutomationObject<FrameworkElement>.ReferenceAutomationObject<FrameworkElement>.PropertyBag

Constructors

RadPolarChart()

Initializes a new instance of the RadPolarChart class.

Declaration

cs-api-definition
public RadPolarChart()

Properties

CategoricalRadialAxis

Get the CategoricalRadialAxis.

Declaration

cs-api-definition
public CategoricalRadialAxis CategoricalRadialAxis { get; }

Property Value

CategoricalRadialAxis

LabelsCount

Get the labels count.

Declaration

cs-api-definition
public int LabelsCount { get; }

Property Value

int

NumericRadialAxis

Get the NumericRadialAxis.

Declaration

cs-api-definition
public NumericRadialAxis NumericRadialAxis { get; }

Property Value

NumericRadialAxis

PolarAreaSeries

Get the list of PolarArea series.

Declaration

cs-api-definition
public IList<PolarAreaSeries> PolarAreaSeries { get; }

Property Value

IList<PolarAreaSeries>

PolarAreaSeriesCount

Get the PolarArea series count.

Declaration

cs-api-definition
public int PolarAreaSeriesCount { get; }

Property Value

int

PolarAxis

Get the PolarAxis.

Declaration

cs-api-definition
public PolarAxis PolarAxis { get; }

Property Value

PolarAxis

PolarChartGrid

Get the PolarChartGrid.

Declaration

cs-api-definition
public PolarChartGrid PolarChartGrid { get; }

Property Value

PolarChartGrid

PolarCustomAnnotations

Get the PolarCustomAnnotation.

Declaration

cs-api-definition
public IList<PolarCustomAnnotation> PolarCustomAnnotations { get; }

Property Value

IList<PolarCustomAnnotation>

PolarCustomAnnotationsCount

Get the Polar Custom Annotations count.

Declaration

cs-api-definition
public int PolarCustomAnnotationsCount { get; }

Property Value

int

PolarLineAnnotations

Get the PolarLineAnnotation.

Declaration

cs-api-definition
public IList<PolarAxisGridLineAnnotation> PolarLineAnnotations { get; }

Property Value

IList<PolarAxisGridLineAnnotation>

PolarLineAnnotationsCount

Get the Polar Line Annotations count.

Declaration

cs-api-definition
public int PolarLineAnnotationsCount { get; }

Property Value

int

PolarLineSeries

Get the list of PolarLine series.

Declaration

cs-api-definition
public IList<PolarLineSeries> PolarLineSeries { get; }

Property Value

IList<PolarLineSeries>

PolarLineSeriesCount

Get the PolarLine series count.

Declaration

cs-api-definition
public int PolarLineSeriesCount { get; }

Property Value

int

PolarPlotBandAnnotations

Get the PolarAxisPlotBandAnnotation.

Declaration

cs-api-definition
public IList<PolarAxisPlotBandAnnotation> PolarPlotBandAnnotations { get; }

Property Value

IList<PolarAxisPlotBandAnnotation>

PolarPlotBandAnnotationsCount

Get the Polar PlotBand Annotations count.

Declaration

cs-api-definition
public int PolarPlotBandAnnotationsCount { get; }

Property Value

int

PolarPointSeries

Get the list of PolarPoint series.

Declaration

cs-api-definition
public IList<PolarPointSeries> PolarPointSeries { get; }

Property Value

IList<PolarPointSeries>

PolarPointSeriesCount

Get the PolarPoint series count.

Declaration

cs-api-definition
public int PolarPointSeriesCount { get; }

Property Value

int

RadarAreaSeries

Get the list of RadarArea series.

Declaration

cs-api-definition
public IList<RadarAreaSeries> RadarAreaSeries { get; }

Property Value

IList<RadarAreaSeries>

RadarAreaSeriesCount

Get the RadarArea series count.

Declaration

cs-api-definition
public int RadarAreaSeriesCount { get; }

Property Value

int

RadarLineSeries

Get the list of RadarLine series.

Declaration

cs-api-definition
public IList<RadarLineSeries> RadarLineSeries { get; }

Property Value

IList<RadarLineSeries>

RadarLineSeriesCount

Get the RadarLine series count.

Declaration

cs-api-definition
public int RadarLineSeriesCount { get; }

Property Value

int

RadarPointSeries

Get the list of RadarPoint series.

Declaration

cs-api-definition
public IList<RadarPointSeries> RadarPointSeries { get; }

Property Value

IList<RadarPointSeries>

RadarPointSeriesCount

Get the RadarPoint series count.

Declaration

cs-api-definition
public int RadarPointSeriesCount { get; }

Property Value

int

RadialLineAnnotations

Get the RadialAxisGridLineAnnotation.

Declaration

cs-api-definition
public IList<RadialAxisGridLineAnnotation> RadialLineAnnotations { get; }

Property Value

IList<RadialAxisGridLineAnnotation>

RadialLineAnnotationsCount

Get the Radial Line Annotations count.

Declaration

cs-api-definition
public int RadialLineAnnotationsCount { get; }

Property Value

int

RadialPlotBandAnnotations

Get the RadialAxisPlotBandAnnotation.

Declaration

cs-api-definition
public IList<RadialAxisPlotBandAnnotation> RadialPlotBandAnnotations { get; }

Property Value

IList<RadialAxisPlotBandAnnotation>

RadialPlotBandAnnotationsCount

Get the Radial PlotBand Annotations count.

Declaration

cs-api-definition
public int RadialPlotBandAnnotationsCount { get; }

Property Value

int

SeriesItemLabels

Get the list of Labels.

Declaration

cs-api-definition
public IList<IList<ChartViewSeriesItemLabel>> SeriesItemLabels { get; }

Property Value

IList<IList<ChartViewSeriesItemLabel>>

XamlTag

Get the xaml tag of RadPolarChart.

Declaration

cs-api-definition
public override string XamlTag { get; }

Property Value

string

Overrides FrameworkElement.XamlTag

Methods

AssignReference(AutomationReference)

Assign the reference and perform your custom class initialization.

Declaration

cs-api-definition
public override void AssignReference(AutomationReference reference)

Parameters

reference

AutomationReference

Overrides FrameworkElement.AssignReference(AutomationReference)