Class DoughnutSeries3D
Class implementation for DoughnutSeries3D
Inheritance
System.Object
DoughnutSeries3D
Implements
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class DoughnutSeries3D : PieSeries3D, ICloneable
Constructors
DoughnutSeries3D()
Initializes a new instance of the DoughnutSeries3D class.
Declaration
public DoughnutSeries3D()
Fields
DoughnutCoefficientProperty
The DependencyProperty for DoughnutCoefficient property.
Declaration
public static readonly DependencyProperty DoughnutCoefficientProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
DoughnutHoleSizeProperty
Declaration
public static readonly DependencyProperty DoughnutHoleSizeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
DoughnutCoefficient
Gets or sets the inner circular radius of the DoughnutSeries3D
.
Declaration
public double DoughnutCoefficient { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The double value ranges from 0 to 1. |
Methods
CloneSeries(DependencyObject)
Clones the series.
Declaration
protected override DependencyObject CloneSeries(DependencyObject obj)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | obj | The object. |
Returns
Type | Description |
---|---|
System.Windows.DependencyObject | Returns the cloned series. |
Overrides
CreatePoints()
Creates the point.
Declaration
protected override void CreatePoints()
Overrides
GetDoughnutHoleSize(DependencyObject)
Gets the doughnut hole size.
Declaration
public static double GetDoughnutHoleSize(DependencyObject obj)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | obj | The Object |
Returns
Type | Description |
---|---|
System.Double | Returns the doughnut hole size. |
SetDoughnutHoleSize(DependencyObject, Double)
Sets the doughnut hole size.
Declaration
public static void SetDoughnutHoleSize(DependencyObject obj, double value)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | obj | The Object |
System.Double | value | The Value |