RadarPointSeries
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
C#
public class RadarPointSeries : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlRadarPointSeries...
Implements:
Inherited Members
Constructors
C#
public RadarPointSeries()
Properties
EllipseRadarPoints
IList<ShapePoint<Ellipse>>
C#
public IList<ShapePoint<Ellipse>> EllipseRadarPoints { get; }
C#
public int EllipseRadarPointsCount { get; }
PathRadarPoints
IList<ShapePoint<Path>>
C#
public IList<ShapePoint<Path>> PathRadarPoints { get; }
C#
public int PathRadarPointsCount { get; }
RectangleRadarPoints
IList<ShapePoint<Rectangle>>
C#
public IList<ShapePoint<Rectangle>> RectangleRadarPoints { get; }
C#
public int RectangleRadarPointsCount { get; }
TriangleRadarPoints
IList<ShapePoint<Polygon>>
C#
public IList<ShapePoint<Polygon>> TriangleRadarPoints { get; }
C#
public int TriangleRadarPointsCount { get; }
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides: