IVisualizerPanelElement
An interface that describes a visualization item (chart, gauge, etc.).
To access IVisualizerPanelElement
objects, you can use the following properties and methods of VisualizationPanel
:
Indicates the answer order in bar charts, histograms, and statistics tables.
Possible values:
"default"
- Answers retain the initial sort order."asc"
- Answers are sorted by ascending answer count."desc"
- Answers are sorted by descending answer count.
- Type:
- string readonly
- Implemented in:
- IVisualizerPanelElement
Indicates the selected chart type.
Possible values:
"bar"
"vbar"
"stackedbar"
"pie"
"doughnut"
"gauge"
"bullet"
- Type:
- string readonly
- Implemented in:
- IVisualizerPanelElement
The title of a survey question visualized by this item. The visualization item displays the same title.
- Type:
- string readonly
- Implemented in:
- IVisualizerPanelElement
Indicates whether answers with zero count are hidden in bar charts, histograms, and statistics tables.
- Type:
- boolean readonly
- Implemented in:
- IVisualizerPanelElement
Indicates whether the visualization item is currently visible.
If you want to disallow users to hide visualization items, set the allowHideQuestions
property to false
.
- Type:
- boolean readonly
- Implemented in:
- IVisualizerPanelElement
The name of a survey question visualized by this item.
- Type:
- string readonly
- Implemented in:
- IVisualizerPanelElement
Indicates whether the visualization item displays top 5, 10, or 20 answers by answer count. This property equals -1 if the Top N Answers feature is disabled.
- Type:
- number readonly
- Implemented in:
- IVisualizerPanelElement
Copyright © 2024 Devsoft Baltic OÜ. All rights reserved.