Class RadPolarChart
Represents a Rad
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
[TelerikToolboxCategory("Data Visualization")]
public class RadPolarChart : RadChartBase, IChartElementPresenterWithMargin, IChartView, IChartElementPresenter, IChart, IThemable
Constructors
RadPolarChart()
Fields
HoverModeProperty
Identifies the Hover
Declaration
public static readonly DependencyProperty HoverModeProperty
Field Value
System.
|
PolarAxisProperty
Identifies the Polar
Declaration
public static readonly DependencyProperty PolarAxisProperty
Field Value
System.
|
RadialAxisProperty
Identifies the Radial
Declaration
public static readonly DependencyProperty RadialAxisProperty
Field Value
System.
|
StartAngleProperty
Identifies the Start
Declaration
public static readonly DependencyProperty StartAngleProperty
Field Value
System.
|
Properties
Annotations
Gets the collection containing all the annotations presented by this instance.
Declaration
public PresenterCollection<PolarChartAnnotation> Annotations { get; }
Property Value
Presenter The annotations. |
Grid
Gets or sets the Polar
Declaration
public PolarChartGrid Grid { get; set; }
Property Value
HoverMode
Gets or sets the hover mode.
Declaration
public ChartHoverMode HoverMode { get; set; }
Property Value
PolarAxis
Gets or sets the visual Polar
Declaration
public PolarAxis PolarAxis { get; set; }
Property Value
RadialAxis
Gets or sets the visual Radial
Declaration
public RadialAxis RadialAxis { get; set; }
Property Value
Series
Gets the collection containing all the series presented by this instance.
Declaration
public PresenterCollection<PolarSeries> 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.
Declaration
public double StartAngle { get; set; }
Property Value
System.
|
Methods
ConvertDataToPoint(DataTuple)
Converts the specified data to coordinates using the primary axes (if any).
Declaration
public Point ConvertDataToPoint(DataTuple dataTuple)
Parameters
Data The data. |
Returns
System.
|
ConvertPointToData(Point)
Converts the specified coordinates to data using the primary axes (if any).
Declaration
public DataTuple ConvertPointToData(Point coordinates)
Parameters
System. The coordinates. |
Returns
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.
Declaration
public override void OnApplyTemplate()
Overrides
OnPanOffsetChanged(ChartPanOffsetChangedEventArgs)
Raises the Pan
Declaration
protected override void OnPanOffsetChanged(ChartPanOffsetChangedEventArgs args)
Parameters
Chart The Chart |