getOption method

dynamic getOption(
  1. String name, [
  2. String? optSeriesName
])

Returns the current value for an option, as set in the constructor or via updateOptions.

Implementation

external dynamic getOption(String name, [String? optSeriesName]);