Class ChartMultiLevelBorderType
Specifies the border type for multi-level axis labels.
Inheritance
System.Object
ChartMultiLevelBorderType
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public sealed class ChartMultiLevelBorderType : Enum
Fields
CurlyBrace
Displays the label with a curly brace border style.
Declaration
public const ChartMultiLevelBorderType CurlyBrace
Field Value
| Type |
|---|
| ChartMultiLevelBorderType |
Rectangle
Displays the label with a rectangular border on all sides.
Declaration
public const ChartMultiLevelBorderType Rectangle
Field Value
| Type |
|---|
| ChartMultiLevelBorderType |
SquareBrace
Displays the label with a square brace border style.
Declaration
public const ChartMultiLevelBorderType SquareBrace
Field Value
| Type |
|---|
| ChartMultiLevelBorderType |
WithoutTopAndBottom
Displays the label with a border on left and right sides only (no top and bottom).
Declaration
public const ChartMultiLevelBorderType WithoutTopAndBottom
Field Value
| Type |
|---|
| ChartMultiLevelBorderType |