HI, All
I'm trying to investigate zoom, but no examples yet to see what this is.
How they are used ? When occured ?
I'm trying to investigate zoom, but no examples yet to see what this is.
B4X:
Sub xChart1_ZoomLeftButtonClick
Log("ZoomLeftButtonClick")
End Sub
Sub xChart1_ZoomRightButtonClick
Log("ZoomRightButtonClick")
End Sub
Sub xChart1_ZoomLeftAreaClick
Log("ZoomLeftAreaClick")
End Sub
Sub xChart1_ZoomRightAreaClick
Log("ZoomRightAreaClick")
End Sub
How they are used ? When occured ?