setOnCursor method

VlChartMark setOnCursor(
  1. String key,
  2. VlJson value
)

Implementation

VlChartMark setOnCursor(String key, VlJson value) {
  VlJson ch = this.cursorChannel();
  ch.setMember(key, value);
  return this;
}