Interface of events trackable by addEventListener and the respective Event types.
Event fired when the ConstantLine value (position) changes
// Example usage chart.addEventListener('valuechange', (event) => { console.log(event) })
Interface of events trackable by addEventListener and the respective Event types.