Class BorderType
Defines the type of the border for the axis labels. The following are the available types.
Inheritance
System.Object
BorderType
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class BorderType : Enum
Fields
Brace
Declaration
public const BorderType Brace
Field Value
Rectangle
Declaration
public const BorderType Rectangle
Field Value
WithoutBorder
Declaration
public const BorderType WithoutBorder
Field Value
WithoutBottomBorder
Declaration
public const BorderType WithoutBottomBorder
Field Value
WithoutTopandBottomBorder
Declaration
public const BorderType WithoutTopandBottomBorder
Field Value
WithoutTopBorder
Declaration
public const BorderType WithoutTopBorder
Field Value