PolarArea
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class PolarArea : ChartArea, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, ILegendInfoProvider
Inheritance: objectDisposableObjectRadObjectUIChartElementChartAreaPolarArea...
Implements:
Inherited Members
Constructors
Properties
Gets the grid that is displayed in the chart area.
C#
[Browsable(false)]
public override ChartGrid Grid { get; }
Overrides:
Gets or sets a value indicating whether a grid will be drawn in the chart area.
C#
public bool ShowGrid { get; set; }
Gets or sets a value indicating where the polar axis will be displayed and where the chart start point will be drawn.
C#
public double StartAngle { get; set; }
Methods
Creates the default renderer.
Gets the default first axis.
Gets the default second axis.
Called when [attached].
C#
protected override void OnAttached(UIChartElement parent)
The parent.
Overrides:
Called when [dettached].
C#
protected override void OnDettached()
Overrides: