Dundas.SharePoint.Charting.WebParts Send comments on this topic.
CommandExecutor Class Members
See Also  Fields  Methods 
Dundas.Charting.WebControl.Commands Namespace : CommandExecutor Class


The following tables list the members exposed by CommandExecutor.

Protected Fields

  Name Description
Protected Field description Description of the command, retrieved from resource  
Protected Field imageName The image name of the command  
Protected Field name Name of the command, retrieved from resource  
Protected Field Params Parced params  
Protected Field shortcut Default shortcut of the command  
Protected Field style Default toggle style  
Protected Field text Text of the command, retrieved from resource  
Protected Field type The chart command type  
Top

Protected Methods

  Name Description
Protected Method GetCommandIType Gets defined CommandInterfaceType of this command executor  
Protected Method GetCommandPopupStyle Gets defined CommandPopupStyle of this command executor. Default is Menu.  
Protected Method GetImageName Gets image name registered in Chart.NamedImageCollection or dynamicaly loaded from resources  
Protected Method GetSubCommandTypes Gets array of ChartCommandType which represents default sub commands.  
Protected Method GetSupportedElements Returns set of supportwd elements of this command  
Protected Method LoadProperty Loads property (string) from string resource.  
Protected Method SetDefaultItems Reads object fields from resources  
Top

See Also