ChartWindowOnDropped
Description
Syntax
public ChartWindowOnDropped(): numberReturn Value
Example
try {
const windowNumber = this.api.ChartWindowOnDropped();
console.log(`Mouse clicked in subwindow ${windowNumber}`);
} catch (error) {
console.error("Failed to get dropped window number:", error.message);
}Last updated