Class DoughnutSeries
Inheritance
System.Object
DoughnutSeries
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class DoughnutSeries : CircularSeries, ISegmentSelectable, INotifyPropertyChanged
Constructors
DoughnutSeries()
Declaration
public DoughnutSeries()
Fields
InnerRadiusProperty
The DependencyProperty for InnerRadius property
Declaration
public static readonly DependencyProperty InnerRadiusProperty
Field Value
Type | Description |
---|---|
Microsoft.UI.Xaml.DependencyProperty |
SelectionBehaviorProperty
The DependencyProperty for SelectionBehavior property. .
Declaration
public static readonly DependencyProperty SelectionBehaviorProperty
Field Value
Type | Description |
---|---|
Microsoft.UI.Xaml.DependencyProperty |
Properties
InnerRadius
Declaration
public double InnerRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Segment
Gets for internal usage
Declaration
public DoughnutSegment Segment { get; }
Property Value
Type | Description |
---|---|
DoughnutSegment |
SelectionBehavior
Declaration
public DataPointSelectionBehavior SelectionBehavior { get; set; }
Property Value
Type | Description |
---|---|
DataPointSelectionBehavior |
Implements
System.ComponentModel.INotifyPropertyChanged