class anychart.core.ui.table.Border Improve this Doc
Border settings proxy. Doesn't store anything - just passes settings to and from the parent object.
Methods Overview
Coloring | |
bottom() | Bottom border settings. |
left() | Left border settings. |
right() | Right border settings. |
top() | Top border settings. |
Methods Description
bottom
Getter for bottom border settings.
Returns:
anychart.graphics.vector.Stroke - Stroke settings.Setter for bottom border settings.
Learn more about stroke settings.
Detailed description
Note: Pass null to reset to default settings.
Note: lineJoin settings do not work here.
Note: lineJoin settings do not work here.
Params:
Name | Type | Default | Description |
---|---|---|---|
color | anychart.graphics.vector.Stroke | anychart.graphics.vector.ColoredFill | string | null | Stroke settings. | |
thickness | number | 1 | Line thickness. |
dashpattern | string | Controls the pattern of dashes and gaps used to stroke paths. | |
lineJoin | string | anychart.graphics.vector.StrokeLineJoin | Line join style. | |
lineCap | string | anychart.graphics.vector.StrokeLineCap | Line cap style. |
Returns:
anychart.core.ui.table.Base - Self instance for method chaining.Try it:
left
Getter for left border settings.
Returns:
anychart.graphics.vector.Stroke - Stroke settings.Setter for left border settings.
Learn more about stroke settings.
Detailed description
Note: Pass null to reset to default settings.
Note: lineJoin settings do not work here.
Note: lineJoin settings do not work here.
Params:
Name | Type | Default | Description |
---|---|---|---|
color | anychart.graphics.vector.Stroke | anychart.graphics.vector.ColoredFill | string | null | Stroke settings. | |
thickness | number | 1 | Line thickness. |
dashpattern | string | Controls the pattern of dashes and gaps used to stroke paths. | |
lineJoin | string | anychart.graphics.vector.StrokeLineJoin | Line join style. | |
lineCap | string | anychart.graphics.vector.StrokeLineCap | Line cap style. |
Returns:
anychart.core.ui.table.Base - Self instance for method chaining.Try it:
right
Getter for right border settings.
Returns:
anychart.graphics.vector.Stroke - Stroke settings.Setter for right border settings.
Learn more about stroke settings.
Detailed description
Note: Pass null to reset to default settings.
Note: lineJoin settings do not work here.
Note: lineJoin settings do not work here.
Params:
Name | Type | Default | Description |
---|---|---|---|
color | anychart.graphics.vector.Stroke | anychart.graphics.vector.ColoredFill | string | null | Stroke settings. | |
thickness | number | 1 | Line thickness. |
dashpattern | string | Controls the pattern of dashes and gaps used to stroke paths. | |
lineJoin | string | anychart.graphics.vector.StrokeLineJoin | Line join style. | |
lineCap | string | anychart.graphics.vector.StrokeLineCap | Line cap style. |
Returns:
anychart.core.ui.table.Base - Self instance for method chaining.Try it:
top
Getter for top border settings.
Returns:
anychart.graphics.vector.Stroke - Stroke settings.Setter for top border settings.
Learn more about stroke settings.
Detailed description
Note: Pass null to reset to default settings.
Note: lineJoin settings do not work here.
Note: lineJoin settings do not work here.
Params:
Name | Type | Default | Description |
---|---|---|---|
color | anychart.graphics.vector.Stroke | anychart.graphics.vector.ColoredFill | string | null | Stroke settings. | |
thickness | number | 1 | Line thickness. |
dashpattern | string | Controls the pattern of dashes and gaps used to stroke paths. | |
lineJoin | string | anychart.graphics.vector.StrokeLineJoin | Line join style. | |
lineCap | string | anychart.graphics.vector.StrokeLineCap | Line cap style. |
Returns:
anychart.core.ui.table.Base - Self instance for method chaining.Try it: