ui.Chart.getView

Returns this chart's DataView initializer object, which acts as a filter over the underlying data in the chart. See: https://developers.google.com/chart/interactive/docs/reference#DataView

UsageReturns
Chart.getView()Object
ArgumentTypeDetails
this: ui.chartui.ChartThe ui.Chart instance.