Class DoughnutCapStyle
Represents the doughnut series cap style.
Inheritance
System.Object
DoughnutCapStyle
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public sealed class DoughnutCapStyle : Enum
Fields
BothCurve
The both edges are curve.
Declaration
public const DoughnutCapStyle BothCurve
Field Value
Type |
---|
DoughnutCapStyle |
BothFlat
The both edges are flat.
Declaration
public const DoughnutCapStyle BothFlat
Field Value
Type |
---|
DoughnutCapStyle |
EndCurve
The end edge only curve.
Declaration
public const DoughnutCapStyle EndCurve
Field Value
Type |
---|
DoughnutCapStyle |
StartCurve
The start edge only curve.
Declaration
public const DoughnutCapStyle StartCurve
Field Value
Type |
---|
DoughnutCapStyle |