class anychart.core.resource.resourceList.SettingsWithMargin Improve this Doc
Settings with margin.
Methods Overview
| Size and Position | |
| margin() | Margin settings. |
Methods Description
margin
Setter for the margin using a single value.
Params:
| Name | Type | Description |
|---|---|---|
| margin | Array.<(number|string)> | Object | Margin to set. |
Returns:
anychart.core.resource.resourceList.SettingsWithMargin - Self instance for method chaining.Try it:
Setter for the callout margin using several values.
Params:
| Name | Type | Description |
|---|---|---|
| value1 | string | number | Top or top-bottom space. |
| value2 | string | number | Right or right-left space. |
| value3 | string | number | Bottom space. |
| value4 | string | number | Left space. |
Returns:
anychart.core.resource.resourceList.SettingsWithMargin - Self instance for method chaining.Try it:
