ClassRadarAreaSeries
Represents the RadarAreaSeries for RadPolarChart Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadarAreaSeries : ContinuousSeriesBase, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContinuousSeriesBaseRadarAreaSeries
Implements:
Inherited Members
Constructors
RadarAreaSeries()
Initializes a new instance of the RadarAreaSeries class.
Declaration
public RadarAreaSeries()
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.
RadarAreaColor
Get the radar area color.
RadarAreaSeriesColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Declaration
public string RadarAreaSeriesColorValue { get; }
Property Value
XamlTag
Get the xaml tag of RadarAreaSeries.
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