Dundas.SharePoint.Charting.WebParts Send comments on this topic.
GetCommandPopupStyle Method
See Also 
Dundas.Charting.WebControl.Commands Namespace > CommandSelectChart Class : GetCommandPopupStyle Method


Gets defined CommandPopupStyle of this command executor. For SelectChartGroup is table.

Syntax

Visual Basic (Declaration)  
Protected Overrides Function GetCommandPopupStyle() As CommandPopupStyle
Visual Basic (Usage) Copy Code
Dim instance As CommandSelectChart
Dim value As CommandPopupStyle
 
value = instance.GetCommandPopupStyle()
C#  
protected override CommandPopupStyle GetCommandPopupStyle()

Return Value

The command popup style

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also