AnyChart
API Reference
Still have questions?
Contact support
Top
You are looking at an outdated v7 version of this document. Switch to the v8 version to see the up to date information.

class anychart.core.ui.table.Padding Improve this Doc

Padding settings proxy. Doesn't store anything - just passes settings to and from the parent object.

Methods Overview

Size and Position
bottom()Bottom padding settings.
left()Left padding settings.
right()Right padding settings.
top()Top padding settings.

Methods Description

bottom

Getter for bottom padding.

Returns:

number | string | undefined - Current bottom padding.
Setter for bottom padding.

Params:

NameTypeDefaultDescription
valuenumber | string | null
0
Value to set.

Returns:

anychart.core.ui.table.Padding - Self instance for method chaining.

left

Getter for left padding.

Returns:

number | string | undefined - Current left padding.
Setter for left padding.

Params:

NameTypeDefaultDescription
valuenumber | string | null
0
Value to set.

Returns:

anychart.core.ui.table.Padding - Self instance for method chaining.
Getter for right padding.

Returns:

number | string | undefined - Current right padding.
Setter for right padding.

Params:

NameTypeDefaultDescription
valuenumber | string | null
0
Value to set.

Returns:

anychart.core.ui.table.Padding - Self instance for method chaining.

top

Getter for top padding.

Returns:

number | string | undefined - Current top padding.
Setter for top padding.

Params:

NameTypeDefaultDescription
valuenumber | string | null
0
Value to set.

Returns:

anychart.core.ui.table.Padding - Self instance for method chaining.