ClassPolarPointSeries
Represents the PolarPointSeries for RadPolarChart Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class PolarPointSeries : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlPolarPointSeries
Implements:
Inherited Members
Constructors
PolarPointSeries()
Initializes a new instance of the PolarPointSeries class.
Declaration
public PolarPointSeries()
Properties
EllipsePolarPoints
Get the list of Ellipse polar points.
Declaration
public IList<ShapePoint<Ellipse>> EllipsePolarPoints { get; }
Property Value
IList<ShapePoint<Ellipse>>
EllipsePolarPointsCount
Get the ellipse polar points count.
PathPolarPoints
Get the list of Path polar points.
Declaration
public IList<ShapePoint<Path>> PathPolarPoints { get; }
Property Value
IList<ShapePoint<Path>>
PathPolarPointsCount
Get the path polar points count.
RectanglePolarPoints
Get the list of Rectangle polar points.
Declaration
public IList<ShapePoint<Rectangle>> RectanglePolarPoints { get; }
Property Value
IList<ShapePoint<Rectangle>>
RectanglePolarPointsCount
Get the rectangle polar points count.
TrianglePolarPoints
Get the list of Triangle polar points.
Declaration
public IList<ShapePoint<Polygon>> TrianglePolarPoints { get; }
Property Value
IList<ShapePoint<Polygon>>
TrianglePolarPointsCount
Get the triangle polar points count.
XamlTag
Get the xaml tag of PolarPointSeries.
Declaration
public override string XamlTag { get; }
Property Value
Overrides
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides