height Property

Description

Chart height in pixels ("px" postfix, e.g. "300px") or container height percent ("%" postfix, e.g. "80%").

Used to set size prior to drawing, to change property value after chart drawing, use setSize() method.

Note: Set this property before write() method call.

Type

String

Default

"100%"

Samples

See also

AnyChartStock.height, width, setSize(), resizing

to top