Version

MaximizeVisualization Method

Used to maximize a visualization once the Reveal View was initialized and rendered. It might be used to sync the currently displayed visualization with a feature in the containing app, like displaying 'Sales by Country' along a Sales report.
Syntax
'Declaration
 
Public Function MaximizeVisualization( _
   ByVal visualization As RVVisualization _
) As Boolean
public bool MaximizeVisualization( 
   RVVisualization visualization
)

Parameters

visualization
The visualization to be maximized, an object obtained from the dashboard with Visualizations[index] or GetVisualizationByTitle(title)

Return Value

true if the given visualization was found in the dashboard and maximized properly, false otherwise.
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