Class PieSegment
Inheritance
System.Object
PieSegment
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class PieSegment : ChartSegment, INotifyPropertyChanged
Constructors
PieSegment()
Declaration
PieSegment(Double, Double, PieSeries, Object)
Declaration
public PieSegment(double arcStartAngle, double arcEndAngle, PieSeries series, object item)
Parameters
Type |
Name |
Description |
System.Double |
arcStartAngle |
|
System.Double |
arcEndAngle |
|
PieSeries |
series |
|
System.Object |
item |
|
PieSegment(Double, Double, Boolean, PieSeries, Object)
Declaration
public PieSegment(double arcStartAngle, double arcEndAngle, bool isEmptyInterior, PieSeries series, object item)
Parameters
Type |
Name |
Description |
System.Double |
arcStartAngle |
|
System.Double |
arcEndAngle |
|
System.Boolean |
isEmptyInterior |
|
PieSeries |
series |
|
System.Object |
item |
|
Fields
IsExplodedProperty
Declaration
public static readonly DependencyProperty IsExplodedProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
Properties
EndAngle
Declaration
public double EndAngle { get; }
Property Value
Type |
Description |
System.Double |
|
IsExploded
Declaration
public bool IsExploded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StartAngle
Declaration
public double StartAngle { get; }
Property Value
Type |
Description |
System.Double |
|
XData
Declaration
public double XData { get; }
Property Value
Type |
Description |
System.Double |
|
YData
Declaration
public double YData { get; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.ComponentModel.INotifyPropertyChanged