Class PieSegment
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class PieSegment : ChartSegment, INotifyPropertyChanged
Constructors
PieSegment()
Declaration
public PieSegment()
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
The DependencyProperty for IsExploded property.
Declaration
public static readonly DependencyProperty IsExplodedProperty
Field Value
Type |
---|
Microsoft.UI.Xaml.DependencyProperty |
Properties
EndAngle
Gets the end angle of this segment slice.
Declaration
public double EndAngle { get; }
Property Value
Type |
---|
System.Double |
IsExploded
Gets or sets a value that indicates whether this segment can be exploded or not.
Declaration
public bool IsExploded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | It accepts boolean values and its default value is false. |
StartAngle
Gets the start angle of this segment slice.
Declaration
public double StartAngle { get; }
Property Value
Type |
---|
System.Double |
XData
Gets a data point value that is bound with x for the segment.
Declaration
public double XData { get; }
Property Value
Type |
---|
System.Double |
YData
Gets a data point value that is bound with y for the segment.
Declaration
public double YData { get; }
Property Value
Type |
---|
System.Double |
Implements
System.ComponentModel.INotifyPropertyChanged