How tall the plotting area is, in pixels.
value The height.
value
Returns This chart, so calls chain.
VlChart height(int value) { this.props.setMember("height", VlJson.intValue(value)); return this; }