ClassDoughnutSeries
Class
Represents the DoughnutSeries for RadPieChart Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class DoughnutSeries : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlDoughnutSeries
Implements:
Inherited Members
Constructors
DoughnutSeries()
Initializes a new instance of the DoughnutSeries class.
Declaration
cs-api-definition
public DoughnutSeries()
Properties
DoughnutSlices
Get the list of Doughnut slices.
Declaration
cs-api-definition
public IList<ChartViewPieSlice> DoughnutSlices { get; }
Property Value
DoughnutSlicesCount
Get the Doughnut slices count.
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