Class CircularDataLabelSettings
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public sealed class CircularDataLabelSettings : ChartDataLabelSettings
Constructors
CircularDataLabelSettings()
Declaration
public CircularDataLabelSettings()
Fields
ConnectorTypeProperty
Identifies the ConnectorType dependency property.
Declaration
public static readonly DependencyProperty ConnectorTypeProperty
Field Value
Type | Description |
---|---|
Microsoft.UI.Xaml.DependencyProperty | The identifier for |
PositionProperty
Identifies the Position dependency property.
Declaration
public static readonly DependencyProperty PositionProperty
Field Value
Type | Description |
---|---|
Microsoft.UI.Xaml.DependencyProperty | The identifier for |
Properties
ConnectorType
Declaration
public ConnectorMode ConnectorType { get; set; }
Property Value
Type | Description |
---|---|
ConnectorMode |
Position
Declaration
public CircularSeriesLabelPosition Position { get; set; }
Property Value
Type | Description |
---|---|
CircularSeriesLabelPosition |