hiddenDimensionStrategy property

String? hiddenDimensionStrategy
getter/setter pair

Determines how the charts will use hidden rows or columns. Possible string values are:

  • "CHART_HIDDEN_DIMENSION_STRATEGY_UNSPECIFIED" : Default value, do not use.
  • "SKIP_HIDDEN_ROWS_AND_COLUMNS" : Charts will skip hidden rows and columns.
  • "SKIP_HIDDEN_ROWS" : Charts will skip hidden rows only.
  • "SKIP_HIDDEN_COLUMNS" : Charts will skip hidden columns only.
  • "SHOW_ALL" : Charts will not skip any hidden rows or columns.

Implementation

core.String? hiddenDimensionStrategy;