Dundas.SharePoint.Charting.WebParts Send comments on this topic.
SetDefaultSubCommand Method
See Also 
Dundas.Charting.WebControl Namespace > Command Class : SetDefaultSubCommand Method


command
Default command.
Sets a sub-command as a default one.

Syntax

Visual Basic (Declaration)  
Public Sub SetDefaultSubCommand( _
   ByVal command As Command _
) 
Visual Basic (Usage) Copy Code
Dim instance As Command
Dim command As Command
 
instance.SetDefaultSubCommand(command)
C#  
public void SetDefaultSubCommand( 
   Command command
)

Parameters

command
Default command.

Remarks

Specified command must be added to the SubCommand collection first.

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