orient method

VlChartMark orient(
  1. String value
)

Which way a tick lies, or which way a bar with only one position channel runs.

value horizontal or vertical.

Returns This mark, so calls chain.

Implementation

VlChartMark orient(String value) {
  return this.propString("orient", value);
}