Class ChartLineCap
Specifies the type of cap for a line annotation.
Inheritance
System.Object
ChartLineCap
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public sealed class ChartLineCap : Enum
Fields
Arrow
To render the line annotation with arrow.
Declaration
public const ChartLineCap Arrow
Field Value
Type |
---|
ChartLineCap |
None
To render the line annotation without arrow.
Declaration
public const ChartLineCap None
Field Value
Type |
---|
ChartLineCap |