Class RadPolarChart
Inheritance
System.Object
RadPolarChart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadPolarChart : RadChartBase, IChartView, IChartElementPresenter, IView, IElementPresenter, ILegendInfoProvider, INoDesiredSizeControl
Constructors
Fields
Declaration
public static readonly DependencyProperty PolarAxisProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty RadialAxisProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty StartAngleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public PolarAnnotationCollection Annotations { get; }
Property Value
Declaration
public PolarChartGrid Grid { get; set; }
Property Value
Declaration
public PolarAxis PolarAxis { get; set; }
Property Value
Declaration
public RadialAxis RadialAxis { get; set; }
Property Value
Declaration
public PolarSeriesCollection Series { get; }
Property Value
Declaration
public double StartAngle { get; set; }
Property Value
Methods
Declaration
protected override bool ApplyTemplateCore()
Returns
Overrides
Declaration
public Point ConvertDataToPoint(Tuple<object, object> data)
Parameters
|
System.Tuple<System.Object, System.Object>
data
|
Returns
Declaration
public Tuple<object, object> ConvertPointToData(Point coordinates)
Parameters
|
Windows.Foundation.Point
coordinates
|
Returns
|
System.Tuple<System.Object, System.Object>
|
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
Extension Methods