Vizzu / Modules / vizzu / Data / Cube
Interface: Cube
N dimensional data cude
Hierarchy
-
↳
Cube
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
measures
• Optional
measures: CubeData
[]
The list of measures of the data cube.