Class CapStyle
Represents the radial bar segment cap style. The radial bar cap style can be positioned at the segment start, end, or both ends.
Inheritance
System.Object
CapStyle
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public sealed class CapStyle : Enum
Fields
BothCurve
Indicates that a curve shape should appear at the start and end positions.
Declaration
public const CapStyle BothCurve
Field Value
Type |
---|
CapStyle |
BothFlat
Indicates that a flat shape should appear at the start and end positions.
Declaration
public const CapStyle BothFlat
Field Value
Type |
---|
CapStyle |
EndCurve
Indicates that a curve shape should appear at the end position.
Declaration
public const CapStyle EndCurve
Field Value
Type |
---|
CapStyle |
StartCurve
Indicates that a curve shape should appear at the start position.
Declaration
public const CapStyle StartCurve
Field Value
Type |
---|
CapStyle |