Class ChartSeriesDoughnut
Inheritance
System.Object
ChartSeriesDoughnut
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Charting.Series
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class ChartSeriesDoughnut : ChartSeriesPie, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
ChartSeriesDoughnut()
Declaration
public ChartSeriesDoughnut()
Properties
Color
DoughnutSeriesColorValue
Declaration
public string DoughnutSeriesColorValue { get; }
Property Value
System.String
|
DoughnutStartAngle
Declaration
public double DoughnutStartAngle { get; set; }
Property Value
System.Double
|
DoughnutSweepAngle
Declaration
public double DoughnutSweepAngle { get; set; }
Property Value
System.Double
|
XamlTag
Declaration
public override string XamlTag { get; }
Property Value
System.String
|
Overrides
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|