Class Pie3D
This class represents a pie series item in the 3D space.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Pie3D : BaseChartItemControl3D<PieControl3D>, ILogicalItem, IChartItem3D, IChartItem, IControl3D
Constructors
Pie3D()
Fields
InnerRadiusProperty
Identifies the InnerRadius dependency property.
Declaration
public static readonly DependencyProperty InnerRadiusProperty
Field Value
System.Windows.DependencyProperty
|
OuterRadiusProperty
Identifies the OuterRadius dependency property.
Declaration
public static readonly DependencyProperty OuterRadiusProperty
Field Value
System.Windows.DependencyProperty
|
PhiProperty
Identifies the Phi dependency property.
Declaration
public static readonly DependencyProperty PhiProperty
Field Value
System.Windows.DependencyProperty
|
StartAngleProperty
Identifies the StartAngle dependency property.
Declaration
public static readonly DependencyProperty StartAngleProperty
Field Value
System.Windows.DependencyProperty
|
SweepAngleProperty
Identifies the SweepAngle dependency property.
Declaration
public static readonly DependencyProperty SweepAngleProperty
Field Value
System.Windows.DependencyProperty
|
ThetaProperty
Identifies the Theta dependency property.
Declaration
public static readonly DependencyProperty ThetaProperty
Field Value
System.Windows.DependencyProperty
|
ThicknessProperty
Identifies the Thickness dependency property.
Declaration
public static readonly DependencyProperty ThicknessProperty
Field Value
System.Windows.DependencyProperty
|
Properties
InnerRadius
Gets or sets the inner radius of the pie/doughnut slice. This is zero by default for the Pie type (i.e. there is no hole as in the doughnut).
Declaration
public double InnerRadius { get; set; }
Property Value
System.Double
|
OuterRadius
Gets or sets the radius of the pie/doughnut slice.
Declaration
public double OuterRadius { get; set; }
Property Value
System.Double
|
Phi
Gets or sets the tessellation value for the rounding of the pie/doughnut edge.
Declaration
public int Phi { get; set; }
Property Value
System.Int32
|
StartAngle
Gets or sets the start angle of the pie/doughnut slice.
Declaration
public double StartAngle { get; set; }
Property Value
System.Double
|
SweepAngle
Gets or sets the sweep angle of the pie/doughnut slice.
Declaration
public double SweepAngle { get; set; }
Property Value
System.Double
|
Theta
Gets or sets the tessellation value for the rounding of the pie/doughnut arc.
Declaration
public int Theta { get; set; }
Property Value
System.Int32
|
Thickness
Gets or sets the thickness of the pie/doughnut slice.
Declaration
public double Thickness { get; set; }
Property Value
System.Double
|
Methods
OnDataPointChanged()
Called when data point has been changed.
Declaration
protected override void OnDataPointChanged()