Class ChartAxisGroupingLabelBorderStyle
Enumeration of the different border styles in which the axis grouping label could be drawn.
Inheritance
System.Object
ChartAxisGroupingLabelBorderStyle
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartAxisGroupingLabelBorderStyle : Enum
Fields
Brace
A brace indicating the range that this grouping label covers.
Declaration
public const ChartAxisGroupingLabelBorderStyle Brace
Field Value
| Type |
|---|
| ChartAxisGroupingLabelBorderStyle |
LeftBorder
A plain rectangle around the grouping label only with left border.
Declaration
public const ChartAxisGroupingLabelBorderStyle LeftBorder
Field Value
| Type |
|---|
| ChartAxisGroupingLabelBorderStyle |
Rectangle
A plain rectangle around the grouping label.
Declaration
public const ChartAxisGroupingLabelBorderStyle Rectangle
Field Value
| Type |
|---|
| ChartAxisGroupingLabelBorderStyle |
RightBorder
A plain rectangle around the grouping label only with right border.
Declaration
public const ChartAxisGroupingLabelBorderStyle RightBorder
Field Value
| Type |
|---|
| ChartAxisGroupingLabelBorderStyle |
WithoutBorder
A plain rectangle around the grouping label without border.
Declaration
public const ChartAxisGroupingLabelBorderStyle WithoutBorder
Field Value
| Type |
|---|
| ChartAxisGroupingLabelBorderStyle |
WithoutTopAndBottomBorder
A plain rectangle around the grouping label without top and bottom border.
Declaration
public const ChartAxisGroupingLabelBorderStyle WithoutTopAndBottomBorder
Field Value
| Type |
|---|
| ChartAxisGroupingLabelBorderStyle |
WithoutTopBorder
A plain rectangle around the grouping label without top border.
Declaration
public const ChartAxisGroupingLabelBorderStyle WithoutTopBorder
Field Value
| Type |
|---|
| ChartAxisGroupingLabelBorderStyle |