Class RadarAreaSeries
Inheritance
System.Object
RadarAreaSeries
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 RadarAreaSeries : ContinuousSeriesBase, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
RadarAreaSeries()
Declaration
public RadarAreaSeries()
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
|
RadarAreaColor
RadarAreaSeriesColorValue
Declaration
public string RadarAreaSeriesColorValue { get; }
Property Value
System.String
|
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
|