You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we can know the scale factor is fixed, we can't set it,And the doubleTapGestureRecognized don't
use scale delegate。
The question:
1.How to set the scale factor?
2.hope the scale delegate is used
The text was updated successfully, but these errors were encountered:
This is source code for charts:
@objc private func doubleTapGestureRecognized(_ recognizer: NSUITapGestureRecognizer)
{
if _data === nil
{
return
}
we can know the scale factor is fixed, we can't set it,And the doubleTapGestureRecognized don't
use scale delegate。
The question:
1.How to set the scale factor?
2.hope the scale delegate is used
The text was updated successfully, but these errors were encountered: