Class DoughnutSegment
Inheritance
System.Object
DoughnutSegment
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class DoughnutSegment : ChartSegment, INotifyPropertyChanged
Constructors
DoughnutSegment()
Declaration
DoughnutSegment(Double, Double, DoughnutSeries)
Declaration
public DoughnutSegment(double startAngle, double endAngle, DoughnutSeries series)
Parameters
Type |
Name |
Description |
System.Double |
startAngle |
|
System.Double |
endAngle |
|
DoughnutSeries |
series |
|
Fields
ActualEndAngleProperty
Declaration
public static readonly DependencyProperty ActualEndAngleProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
ActualStartAngleProperty
Declaration
public static readonly DependencyProperty ActualStartAngleProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
IsExplodedProperty
Declaration
public static readonly DependencyProperty IsExplodedProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
TrackBorderColorProperty
Using a DependencyProperty as the backing store for brushTrackBorderColor. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty TrackBorderColorProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
TrackBorderWidthProperty
Using a DependencyProperty as the backing store for TrackBorderWidth. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty TrackBorderWidthProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
Properties
ActualEndAngle
Declaration
public double ActualEndAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
ActualStartAngle
Declaration
public double ActualStartAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
AngleOfSlice
Declaration
public double AngleOfSlice { get; }
Property Value
Type |
Description |
System.Double |
|
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 |
|
TrackBorderColor
Declaration
public Brush TrackBorderColor { get; set; }
Property Value
Type |
Description |
Microsoft.UI.Xaml.Media.Brush |
|
TrackBorderWidth
Declaration
public double TrackBorderWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
TrackColor
Declaration
public Brush TrackColor { get; set; }
Property Value
Type |
Description |
Microsoft.UI.Xaml.Media.Brush |
|
TrackOpacity
Declaration
public double TrackOpacity { get; set; }
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