ClassRadPolarChart
Represents a RadChartBase instance that uses Polar coordinate system to plot data points.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RadPolarChart : RadChartBase, IChartView, IChartElementPresenter, IView, IElementPresenter, ILegendInfoProvider
Inheritance: objectRadControlPresenterBaseRadChartBaseRadPolarChart
Implements:
Inherited Members
Constructors
RadPolarChart()
Initializes a new instance of the RadPolarChart class.
Declaration
public RadPolarChart()
Fields
PolarAxisProperty
Identifies the PolarAxis dependency property.
Declaration
public static readonly DependencyProperty PolarAxisProperty
Field Value
DependencyProperty
RadialAxisProperty
Identifies the RadialAxis dependency property.
Declaration
public static readonly DependencyProperty RadialAxisProperty
Field Value
DependencyProperty
StartAngleProperty
Identifies the StartAngle dependency property.
Declaration
public static readonly DependencyProperty StartAngleProperty
Field Value
DependencyProperty
Properties
Annotations
Gets the collection containing all the annotations presented by this instance.
Declaration
public PolarAnnotationCollection Annotations { get; }
Property Value
The annotations.
Grid
Gets or sets the PolarChartGrid used to decorate the chart plot area with polar and angle lines.
Declaration
public PolarChartGrid Grid { get; set; }
Property Value
PolarAxis
Gets or sets the visual PolarAxis instance that will be used to plot points along the polar (radius) axis.
RadialAxis
Gets or sets the visual RadialAxis instance that will be used to plot points along the vertical (Y) axis.
Series
Gets the collection containing all the series presented by this instance.
Declaration
public PolarSeriesCollection Series { get; }
Property Value
StartAngle
Gets or sets the angle at which the polar axis is anchored. The angle is measured counter-clockwise, starting from the right side of the ellipse.
Methods
ApplyTemplateCore()
Applies the Pan transformation to the render surface.
ConvertDataToPoint(Tuple<object, object>)
Converts the specified data point coordinates to physical coordinates (in pixels) using the primary chart axes (if any).
ConvertPointToData(Point)
Converts the specified physical coordinates in pixels to data using the primary chart axes (if any).
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides