Class Anchor
Specifies the strip line text position.
Inheritance
System.Object
Anchor
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class Anchor : Enum
Fields
End
Defines the strip line text at the end.
Declaration
public const Anchor End
Field Value
Type |
---|
Anchor |
Middle
Defines the strip line text in the middle.
Declaration
public const Anchor Middle
Field Value
Type |
---|
Anchor |
Start
Defines the strip line text at the start.
Declaration
public const Anchor Start
Field Value
Type |
---|
Anchor |