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


Gets or sets the command type. The command type determines the functionality of the command being executed.

Syntax

Visual Basic (Declaration)  
<CategoryAttribute("Command")>
<RefreshPropertiesAttribute()>
<BrowsableAttribute(True)>
<DescriptionAttribute("Gets or sets the command type.")>
<TypeConverterAttribute("Dundas.Charting.WebControl.Command+CommandCommandTypeConverter, Dundas.SharePoint.Charting.WebParts, Version=2.5.0.0, Culture=neutral, PublicKeyToken=fab2f7696049aaca")>
Public Property CommandType As ChartCommandType
Visual Basic (Usage) Copy Code
Dim instance As Command
Dim value As ChartCommandType
 
instance.CommandType = value
 
value = instance.CommandType
C#  
[CategoryAttribute("Command")]
[RefreshPropertiesAttribute()]
[BrowsableAttribute(true)]
[DescriptionAttribute("Gets or sets the command type.")]
[TypeConverterAttribute("Dundas.Charting.WebControl.Command+CommandCommandTypeConverter, Dundas.SharePoint.Charting.WebParts, Version=2.5.0.0, Culture=neutral, PublicKeyToken=fab2f7696049aaca")]
public ChartCommandType CommandType {get; set;}

Return Value

The ChartCommandType which determines end-user functionality of the Command.

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