ClassRadarLineSeries
Represents the RadarLineSeries for RadPolarChart Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadarLineSeries : ContinuousSeriesBase, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContinuousSeriesBaseRadarLineSeries
Implements:
Inherited Members
Constructors
RadarLineSeries()
Initializes a new instance of the RadarLineSeries class.
Declaration
public RadarLineSeries()
Properties
EllipsePolarPoints
Get the list of Ellipse polar points.
Declaration
public IList<ShapePoint<Ellipse>> EllipsePolarPoints { get; }
Property Value
IList<ShapePoint<Ellipse>>
EllipsePolarPointsCount
Get the ellipse polar points count.
PathPolarPoints
Get the list of Path polar points.
Declaration
public IList<ShapePoint<Path>> PathPolarPoints { get; }
Property Value
IList<ShapePoint<Path>>
PathPolarPointsCount
Get the path polar points count.
XamlTag
Get the xaml tag of PolarLineSeries.
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