CubeAxis constructor
CubeAxis(
- String name,
- String title,
- String dataType,
- bool combination,
- SelectionMode? selectionMode,
Implementation
CubeAxis(this.name, this.title, this.dataType, this.combination,
this.selectionMode);