CubeAxis constructor

CubeAxis(
  1. String name,
  2. String title,
  3. String dataType,
  4. bool combination,
  5. SelectionMode? selectionMode,
)

Implementation

CubeAxis(this.name, this.title, this.dataType, this.combination,
    this.selectionMode);