Class ErrorBarStrokeCap
Represents the stroke cap for ErrorBarSeries line style.
Inheritance
System.Object
ErrorBarStrokeCap
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public sealed class ErrorBarStrokeCap : Enum
Fields
Flat
Represent the strokeCap in flat.
Declaration
public const ErrorBarStrokeCap Flat
Field Value
Type |
---|
ErrorBarStrokeCap |
Round
Represent the strokeCap in round.
Declaration
public const ErrorBarStrokeCap Round
Field Value
Type |
---|
ErrorBarStrokeCap |
Square
Represent the strokeCap in square.
Declaration
public const ErrorBarStrokeCap Square
Field Value
Type |
---|
ErrorBarStrokeCap |