findBarAtPos
Description​
Tries to find the master bar bounds that are located at the given X-position.
- JavaScript
- C#
- Kotlin
findBarAtPos(x: number): MasterBarBounds | null
MasterBarBounds? FindBarAtPos(double x)
fun findBarAtPos(x: Double): MasterBarBounds?
Parameter | Summary |
---|---|
xAll | The X-position to find a master bar. |
Returns​
The master bounds at the given X-position.