Class RadarPointSeries
Inheritance
System.Object
RadarPointSeries
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadarPointSeries : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
RadarPointSeries()
Declaration
public RadarPointSeries()
Properties
EllipseRadarPoints
Declaration
public IList<ShapePoint<Ellipse>> EllipseRadarPoints { get; }
Property Value
System.Collections.Generic.IList<ShapePoint<Ellipse>>
|
EllipseRadarPointsCount
Declaration
public int EllipseRadarPointsCount { get; }
Property Value
System.Int32
|
PathRadarPoints
Declaration
public IList<ShapePoint<Path>> PathRadarPoints { get; }
Property Value
System.Collections.Generic.IList<ShapePoint<Path>>
|
PathRadarPointsCount
Declaration
public int PathRadarPointsCount { get; }
Property Value
System.Int32
|
RectangleRadarPoints
Declaration
public IList<ShapePoint<Rectangle>> RectangleRadarPoints { get; }
Property Value
System.Collections.Generic.IList<ShapePoint<Rectangle>>
|
RectangleRadarPointsCount
Declaration
public int RectangleRadarPointsCount { get; }
Property Value
System.Int32
|
TriangleRadarPoints
Declaration
public IList<ShapePoint<Polygon>> TriangleRadarPoints { get; }
Property Value
System.Collections.Generic.IList<ShapePoint<Polygon>>
|
TriangleRadarPointsCount
Declaration
public int TriangleRadarPointsCount { get; }
Property Value
System.Int32
|
XamlTag
Declaration
public override string XamlTag { get; }
Property Value
System.String
|
Overrides
ZIndex
Declaration
public int ZIndex { get; }
Property Value
System.Int32
|
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|