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