IPivotVisualizerOptions
Defines configuration options for a pivot chart visualizer.
The data field whose values define categories on the X axis.
- Type:
- string readonly
- Implemented in:
- IPivotVisualizerOptions
The maximum number of series per axis.
Default value: undefined (no limit)
- Type:
- number readonly
- Implemented in:
- IPivotVisualizerOptions
An array of survey questions available for use in the pivot chart.
To populate this array, instantiate a SurveyModel, call its getAllQuestions() method, optionally filter the result, and assign it to this property.
- Type:
- string[] | Question[] readonly
- Implemented in:
- IPivotVisualizerOptions
Series definitions for the pivot chart.
- Type:
- IPivotSeriesOptions[] readonly
- Implemented in:
- IPivotVisualizerOptions
Specifies whether to display a secondary Y axis.
Default value: false
If you enable this option, use the series[].yAxis property to assign individual series to the secondary axis.
- Type:
- boolean readonly
- Implemented in:
- IPivotVisualizerOptions
Send feedback to the SurveyJS team
Need help? Visit our support page