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