Arrangement
public enum Arrangement : String, Encodable
Sets the drag interaction mode for categories and dimensions.
If perpendicular
, the categories can only move along a line perpendicular to the paths. If
freeform
, the categories can freely move on the plane. If fixed
, the categories and
dimensions are stationary.
-
Undocumented
Declaration
Swift
case perpendicular
-
Undocumented
Declaration
Swift
case freeform
-
Undocumented
Declaration
Swift
case fixed