Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines constants which represents different selection modes of DataPointSelectionModifier

Index

Enumeration members

Enumeration members

Inverse

Inverse: = "Inverse"

Points which the user selects become selected, Exclusive-Or (XOR) the current selection

Replace

Replace: = "Replace"

Points which the user selects become selected. Previously collected points are cleared or replaced by these.

Union

Union: = "Union"

Points which the user selects are combined with previously selected points.

Generated using TypeDoc