Class ChartSeriesPie
Inheritance
System.Object
ChartSeriesPie
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 ChartSeriesPie : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
ChartSeriesPie()
Declaration
public ChartSeriesPie()
Properties
ChartType
Color
LabelText
Declaration
public virtual string LabelText { get; }
Property Value
System.String
|
PieSeriesColorValue
Declaration
public string PieSeriesColorValue { get; }
Property Value
System.String
|
PieStartAngle
Declaration
public double PieStartAngle { get; set; }
Property Value
System.Double
|
PieSweepAngle
Declaration
public double PieSweepAngle { get; set; }
Property Value
System.Double
|
SeriesIndex
Declaration
public int SeriesIndex { get; }
Property Value
System.Int32
|
StartAngle
Declaration
public double StartAngle { get; set; }
Property Value
System.Double
|
SweepAngle
Declaration
public double SweepAngle { 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
|