Skip to content

Vizzu / Exports / Data / Cube

Interface: Cube

Data.Cube

N dimensional data cude

Hierarchy

Properties

dimensions

Optional dimensions: Series[]

The list of the dimensions of the data cube.


filter

Optional filter: FilterCallback

A filter callback is called on each record of the dataset on chart generation. If the callback returns false, the record will not be shown on the chart.

Inherited from

Filter.filter


measures

Optional measures: CubeData[]

The list of measures of the data cube.