Dundas.SharePoint.Charting.WebParts Send comments on this topic.
CommandInterfaceType Enumeration
See Also  
Dundas.Charting.WebControl Namespace : CommandInterfaceType Enumeration


Defines command behavior is the command has subcommands.

Syntax

Visual Basic (Declaration)  
<FlagsAttribute()>
Private Enum CommandInterfaceType 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As CommandInterfaceType
C#  
[FlagsAttribute()]
private enum CommandInterfaceType : Enum 

Members

Member Description
Executable Default behavior - simple executable command
Container The command is container.
Decorative The command is not executable like separator and spacer.
Mixed The command is exececutable and container like Rotate3DGroup which can accept last executed sub command.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.CommandInterfaceType

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