Class RadarLineSeries
Inheritance
System.Object
RadarLineSeries
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.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class RadarLineSeries : ContinuousSeriesBase, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
RadarLineSeries()
Declaration
public RadarLineSeries()
Properties
EllipsePolarPoints
Declaration
public IList<ShapePoint<Ellipse>> EllipsePolarPoints { get; }
Property Value
System.Collections.Generic.IList<ShapePoint<Ellipse>>
|
EllipsePolarPointsCount
Declaration
public int EllipsePolarPointsCount { get; }
Property Value
System.Int32
|
PathPolarPoints
Declaration
public IList<ShapePoint<Path>> PathPolarPoints { get; }
Property Value
System.Collections.Generic.IList<ShapePoint<Path>>
|
PathPolarPointsCount
Declaration
public int PathPolarPointsCount { 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
|