Dundas.SharePoint.Charting.WebParts Send comments on this topic.
Dundas.Charting.WebControl.Commands Namespace
See Also  Inheritance Hierarchy

Classes

  Class Description
Class ChartAppearanceStyleHelper Helper class used to set chart appearance styles.
Class CommandAnnotation Implements AnnotattionXXX chart command types
Class CommandAnnotationFrontBack Implements "SendToBack and BringToFront" commands. Note that this command support annotattions and series too.
Class CommandAxes Implements AxesXXXX command types.
Class CommandCopy Implements Copy ChartCommandType.
Class CommandDelete Implemens Delete command type
Class CommandErrorBarFinancialIndicator Implements ErrorBarFinancialIndicator command type.
Class CommandExecutor CommandExecutor is a base internal class for all command implementations. You can find it as CommandProxy property. This class provides default information - text, images to interfaced Command object.
Class CommandFinancialIndicators Implements FinancialIndicatorsXXX command types.
Class CommandLoad Implements LoadXXX commands
Class CommandModify3D Implements the Modify3DXXXX commands
Class CommandPaste Implements Paste command
Class CommandPrint Implements Print command
Class CommandPrintPreview Implements PrintPreview command
Class CommandPropertySheets The CommandPropertySheets implements Properties ChartCommandType. Executing of this command cause showing of chart property dialog. The property dialog works in object context and shows differents sheets according this object context.
Class CommandRegistry CommandRegistry class contains static methods for intitializing and access to registry with CommandExecutor objects.
Class CommandSave Implements SaveGroup, SaveImage, SaveAppearance and SaveAll commands.
Class CommandSelectChart Implements SelectChartXXXX chart command types.
Class CommandSelectPalette Implements SelectPaletteXXXXX commands
Class CommandSeparator Implements Separator ChartCommandType.
Class CommandSpacer Implements Spacer ChartCommandType.
Class CommandToggle3D Implements Toggle3DGroup, Toggle3D, Toggle3DClustered and Toggle3DRightAngle command types.
Class CommandToggleDataLabels Implements ToggleLegend chart command type.
Class CommandToggleLegend Implements ToggleLegend chart command type.
Class CommandUserDefined Implements UserDefined ChartCommandType.

Interfaces

  Interface Description
Interface ICommandChartReadOnly  
Interface ICommandNeedMouse The CommandExecutor which implements this interface needs to wait for next mouse click for properly execution.
Interface ICommandSupplyImage The CommandExecutor which implement this interface perform drawing to supply image. Usualy images are in to resource and can be loaded by Chart.NamedImages
Interface ICommandUsePostBack  

Enumerations

  Enumeration Description
Enumeration ChartAppearanceStyle Chart appearance styles
Enumeration CommandModify3D.Directions  

See Also