Version

SingleVisualizationMode Property

Single visualization mode is used to show a single visualization at a time. You can control the initial visualization to maximize using the MaximizedVisualization property of RevealSettings. If no initial visualization is configured to be maximized the first one will be maximized initially. You can use RevealView.MaximizedVisualization to change the maximized one once the dashboard is visible.
Syntax
'Declaration
 
Public Property SingleVisualizationMode As Boolean
public bool SingleVisualizationMode {get; set;}

Property Value

Flag indicating if single visualization mode should be used, it defaults to false.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also