Class DoughnutSegment3D
Class implementation for DoughnutSegment3D
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class DoughnutSegment3D : PieSegment3D, INotifyPropertyChanged
Constructors
DoughnutSegment3D(ChartSeries3D, Vector3D, Double, Double, Double, Double, Int32, Double, Double)
Initializes a new instance of the DoughnutSegment3D class.
Declaration
public DoughnutSegment3D(ChartSeries3D series, Vector3D center, double start, double end, double height, double r, int i, double y, double insideRadius)
Parameters
Type | Name | Description |
---|---|---|
ChartSeries3D | series | The series. |
Vector3D | center | The center. |
System.Double | start | The start. |
System.Double | end | The end. |
System.Double | height | The height. |
System.Double | r | The r. |
System.Int32 | i | The i. |
System.Double | y | The y. |
System.Double | insideRadius | The inside radius. |
Implements
System.ComponentModel.INotifyPropertyChanged