ClassPolarChartGrid
Represents the PolarChartGrid for RadPolarChart Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class PolarChartGrid : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlPolarChartGrid
Implements:
Inherited Members
Constructors
PolarChartGrid()
Initializes a new instance of the PolarChartGrid class.
Declaration
public PolarChartGrid()
Properties
ConcentricCurves
Get the list of concentric curves.
Declaration
public IList<ChartViewConcentricCurves> ConcentricCurves { get; }
Property Value
ConcentricCurvesCount
Get the concentric curves count.
Gridlines
Get the list of gridlines.
Declaration
public IList<ChartViewGridlines> Gridlines { get; }
Property Value
GridlinesCount
Get the gridlines count.
PathStriplines
Get the list of paths.
Declaration
public IList<ChartViewPieSlice> PathStriplines { get; }
Property Value
PathStriplinesCount
Get the PathStriplines count.
Striplines
Get the list of striplines.
Declaration
public IList<ChartViewStriplines> Striplines { get; }
Property Value
StriplinesCount
Get the striplines count.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides