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