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 Polar
Declaration
public PolarArea(ChartView chartView)
Parameters
Chart The chart view. |
Properties
Grid
Gets the grid that is displayed in the chart area.
Declaration
public override ChartGrid Grid { get; }
Property Value
Overrides
GridDesign
Gets the grid design.
Declaration
public PolarGrid GridDesign { get; }
Property Value
Polar 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.
|
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.
|
Methods
CreateDefaultRenderer()
Creates the default renderer.
Declaration
protected override IChartRenderer CreateDefaultRenderer()
Returns
Overrides
GetDefaultFirstAxis()
Gets the default first axis.
Declaration
protected override Axis GetDefaultFirstAxis()
Returns
Overrides
GetDefaultSecondAxis()
Gets the default second axis.
Declaration
protected override Axis GetDefaultSecondAxis()
Returns
Overrides
OnAttached(UIChartElement)
Called when [attached].
Declaration
protected override void OnAttached(UIChartElement parent)
Parameters
UIChart The parent. |
Overrides
OnDettached()
Called when [dettached].
Declaration
protected override void OnDettached()