ChartYOnDropped
Description
Syntax
public ChartYOnDropped(): numberReturn Value
Example
try {
const yCoord = this.api.ChartYOnDropped();
console.log(`Mouse clicked at Y coordinate: ${yCoord}`);
} catch (error) {
console.error("Failed to get Y coordinate:", error.message);
}Last updated