Class PolarArea
Inherited Members
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
Constructors
PolarArea(ChartView)
Initializes a new instance of the PolarArea class.
Declaration
public PolarArea(ChartView chartView)
Parameters
ChartView
chartView
The chart view. |
Properties
Grid
Gets the grid that is displayed in the chart area.
Declaration
public override ChartGrid Grid { get; }
Property Value
ChartGrid
|
Overrides
GridDesign
Gets the grid design.
Declaration
public PolarGrid GridDesign { get; }
Property Value
PolarGrid
The grid design. |
ShowGrid
Gets or sets a value indicating whether a grid will be drawn in the chart area.
Declaration
public bool ShowGrid { get; set; }
Property Value
System.Boolean
|
StartAngle
Gets or sets a value indicating where the polar axis will be displayed and where the chart start point will be drawn.
Declaration
public double StartAngle { get; set; }
Property Value
System.Double
|
Methods
CreateDefaultRenderer()
Creates the default renderer.
Declaration
protected override IChartRenderer CreateDefaultRenderer()
Returns
IChartRenderer
|
Overrides
GetDefaultFirstAxis()
Gets the default first axis.
Declaration
protected override Axis GetDefaultFirstAxis()
Returns
Axis
|
Overrides
GetDefaultSecondAxis()
Gets the default second axis.
Declaration
protected override Axis GetDefaultSecondAxis()
Returns
Axis
|
Overrides
OnAttached(UIChartElement)
Called when [attached].
Declaration
protected override void OnAttached(UIChartElement parent)
Parameters
UIChartElement
parent
The parent. |
Overrides
OnDettached()
Called when [dettached].
Declaration
protected override void OnDettached()