Class ErrorBarStrokeCap
Represents the error bar stroke cap for ErrorBarSeries.
Inheritance
System.Object
ErrorBarStrokeCap
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public sealed class ErrorBarStrokeCap : Enum
Fields
Flat
Specify whether the edges of the error bar caps are drawn in a flat shape.
Declaration
public const ErrorBarStrokeCap Flat
Field Value
Type |
---|
ErrorBarStrokeCap |
Round
Specify whether the edges of the error bar caps are drawn in a round shape.
Declaration
public const ErrorBarStrokeCap Round
Field Value
Type |
---|
ErrorBarStrokeCap |
Square
Specify whether the edges of the error bar caps are drawn in a square shape.
Declaration
public const ErrorBarStrokeCap Square
Field Value
Type |
---|
ErrorBarStrokeCap |