ClassRadarPointSeries
Represents the RadarPointSeries for RadPolarChart Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class RadarPointSeries : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlRadarPointSeries
Implements:
Inherited Members
Constructors
RadarPointSeries()
Initializes a new instance of the RadarPointSeries class.
Declaration
public RadarPointSeries()
Properties
EllipseRadarPoints
Get the list of Ellipse radar points.
Declaration
public IList<ShapePoint<Ellipse>> EllipseRadarPoints { get; }
Property Value
IList<ShapePoint<Ellipse>>
EllipseRadarPointsCount
Get the ellipse radar points count.
PathRadarPoints
Get the list of Path radar points.
Declaration
public IList<ShapePoint<Path>> PathRadarPoints { get; }
Property Value
IList<ShapePoint<Path>>
PathRadarPointsCount
Get the path radar points count.
RectangleRadarPoints
Get the list of Rectangle radar points.
Declaration
public IList<ShapePoint<Rectangle>> RectangleRadarPoints { get; }
Property Value
IList<ShapePoint<Rectangle>>
RectangleRadarPointsCount
Get the rectangle radar points count.
TriangleRadarPoints
Get the list of Triangle radar points.
Declaration
public IList<ShapePoint<Polygon>> TriangleRadarPoints { get; }
Property Value
IList<ShapePoint<Polygon>>
TriangleRadarPointsCount
Get the triangle radar points count.
XamlTag
Get the xaml tag of RadarPointSeries.
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