Class Doughnut3D
This class represents a pie series item in the 3D space.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Doughnut3D : Pie3D, INotifyPropertyChanged, ITreeElement3D, ITreeNode3D, IChartItem, ILogicalItem, IRadialChartItem3D
Constructors
Doughnut3D()
Declaration
public Doughnut3D()
Fields
InnerRadiusRatioProperty
Identifies the InnerRadiusRatio dependency property.
Declaration
public static readonly DependencyProperty InnerRadiusRatioProperty
Field Value
System.Windows.DependencyProperty
|
Properties
InnerRadius
Gets the inner radius of the pie / doughnut slice.
Declaration
public override double InnerRadius { get; }
Property Value
System.Double
|
Overrides
InnerRadiusRatio
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 InnerRadiusRatio { get; set; }
Property Value
System.Double
|
Methods
OnDataSeriesDefinitionPropertyChanged(Object, PropertyChangedEventArgs)
Occurs when some definition property of the data series associated with the current chart item changes.
Declaration
protected override void OnDataSeriesDefinitionPropertyChanged(object sender, PropertyChangedEventArgs e)
Parameters
System.Object
sender
|
System.ComponentModel.PropertyChangedEventArgs
e
|