PolarChartGrid
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public class PolarChartGrid : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlPolarChartGrid...
Implements:
Inherited Members
Constructors
C#
public PolarChartGrid()
Properties
C#
public IList<ChartViewConcentricCurves> ConcentricCurves { get; }
C#
public int ConcentricCurvesCount { get; }
C#
public IList<ChartViewGridlines> Gridlines { get; }
C#
public int GridlinesCount { get; }
C#
public IList<ChartViewPieSlice> PathStriplines { get; }
C#
public int PathStriplinesCount { get; }
C#
public IList<ChartViewStriplines> Striplines { get; }
C#
public int StriplinesCount { get; }
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides: