ClassPolarAreaSeries
Class
Represents the PolarAreaSeries for RadPolarChart Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class PolarAreaSeries : ContinuousSeriesBase, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContinuousSeriesBasePolarAreaSeries
Implements:
Inherited Members
Constructors
PolarAreaSeries()
Initializes a new instance of the PolarAreaSeries class.
Declaration
cs-api-definition
public PolarAreaSeries()
Properties
PolarAreaColor
Get the polar area color.
PolarAreaSeriesColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Declaration
cs-api-definition
public string PolarAreaSeriesColorValue { get; }
Property Value
XamlTag
Get the xaml tag of PolarAreaSeries.
Declaration
cs-api-definition
public override string XamlTag { get; }
Property Value
Overrides
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides