CubeView constructor

CubeView(
  1. String name,
  2. String title,
  3. List<String> xAxis,
  4. List<String>? series,
  5. ViewType type,
  6. ChartType? chartType,
  7. List<String>? indices,
)

Implementation

CubeView(this.name, this.title, this.xAxis, this.series, this.type,
    this.chartType, this.indices);