Stay organized with collections
Save and categorize content based on your preferences.
DataViewDefinition
A data view definition for visualizing chart data.
Data view definition can be set for charts to visualize a view derived from the given data
table and not the data table itself. For example if the view definition of a chart states that
the view columns are [0, 3], only the first and the third columns of the data table is taken into
consideration when drawing the chart. See DataViewDefinitionBuilder for an example on how
to define and use a DataViewDefinition.