ClassChartSeriesDoughnut
Class
Represents the RadChart for Silverlight ChartSeriesDoughnut control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Charting.Series
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class ChartSeriesDoughnut : ChartSeriesPie, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlChartSeriesPieChartSeriesDoughnut
Implements:
Inherited Members
Constructors
ChartSeriesDoughnut()
Initializes a new instance of the ChartSeriesDoughnut class.
Declaration
cs-api-definition
public ChartSeriesDoughnut()
Properties
Color
Get the doughnut color.
DoughnutSeriesColorValue
Get the selected color RGB representation. Example: '255:0:0'.
DoughnutStartAngle
Get the doughnut start angle.
DoughnutSweepAngle
Get the doughnut sweep angle.
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