Enum ChartHiddenDimensionStrategy

ChartHiddenDimensionStrategy

An enumeration of how hidden dimensions in a source are expressed in a chart.

Properties

PropertyTypeDescription
IGNORE_BOTHEnumDefault; charts skips any hidden columns and hidden rows.
IGNORE_ROWSEnumCharts skips hidden rows only.
IGNORE_COLUMNSEnumCharts skips hidden columns only.
SHOW_BOTHEnumCharts does not skip hidden columns or hidden rows.