Each command contains a chart functionality that developers can utilize to build their own custom toolbar and/or context menu.
The type of command is determined by CommandType property. The Command has Parameters and can be executed by Execute method.
Visual Basic (Declaration) | |
---|---|
<TypeConverterAttribute("Dundas.Charting.WebControl.Command+Converter, Dundas.SharePoint.Charting.WebParts, Version=2.5.0.0, Culture=neutral, PublicKeyToken=fab2f7696049aaca")> Public Class Command Inherits CommandElement Implements ICommandElement |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[TypeConverterAttribute("Dundas.Charting.WebControl.Command+Converter, Dundas.SharePoint.Charting.WebParts, Version=2.5.0.0, Culture=neutral, PublicKeyToken=fab2f7696049aaca")] public class Command : CommandElement, ICommandElement |
Some commands contains other commands and this determines their special behavior - they are group conainers and apear in the context menu as menu item with subitems or pulldown buttons in toolbar.
The command contans visual attributes such as Text,Image and Visible which determines the appereance of the command in the toolbar and the context menu.
System.Object
Dundas.Charting.WebControl.CommandElement
Dundas.Charting.WebControl.Command
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