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