ClassChartSeriesPie
Represents the RadChart for Silverlight ChartSeriesPie control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Charting.Series
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class ChartSeriesPie : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlChartSeriesPie
Derived Classes:
Implements:
Inherited Members
Constructors
ChartSeriesPie()
Initializes a new instance of the ChartSeriesPie class.
Declaration
public ChartSeriesPie()
Properties
ChartType
Get the series type.
Color
Get the pie color.
LabelText
Get the label text.
PieSeriesColorValue
Get the selected color RGB representation. Example: '255:0:0'.
PieStartAngle
Get the pie start angle.
PieSweepAngle
Get the pie sweep angle.
SeriesIndex
Get the series index.
StartAngle
Start angle property.
SweepAngle
Sweep angle property.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides