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


The following tables list the members exposed by CommandAnnotation.

Protected Fields

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

Protected Methods

  Name Description
Protected Method GetCommandIType Overridden.  Gets the CommandInterfaceType which if command is empty and do nothing - ( CommandInterfaceType.Container ) or executable -( CommandInterfaceType.Executable ) or both ( CommandInterfaceType.Mixed ). The AddAnnotationGroup command type returns Mixed.  
Protected Method GetCommandPopupStyle Overridden.  Gets default CommandPopupStyle ( menu for Annotation Group)  
Protected Method GetImageName Overridden.  Generates the image (icon ) resource name  
Protected Method GetSubCommandTypes Overridden.  Gets array of ChartCommandType which represents default sub commands.  
Protected Method GetSupportedElements Returns set of supportwd elements of this command (Inherited from CommandExecutor)
Protected Method LoadProperty Loads property (string) from string resource. (Inherited from CommandExecutor)
Protected Method SetDefaultItems Overridden.  Setups the name and desctiption of the command  
Top

See Also