ItemDoubleClick
public enum ItemDoubleClick : Encodable
Determines the behavior on legend item double-click.
toggle toggles the visibility of the item clicked on the graph. toggleothers makes the clicked item the sole visible item on the graph. false disable legend item double-click interactions.
-
Undocumented
Declaration
Swift
case toggle
-
Undocumented
Declaration
Swift
case toggleOthers
-
Undocumented
Declaration
Swift
case off
-
Declaration
Swift
public func encode(to encoder: Encoder) throws