Dundas.SharePoint.Charting.WebParts Send comments on this topic.
ToolbarAttributes Class Members
See Also  Properties 
Dundas.Charting.WebControl Namespace : ToolbarAttributes Class


The following tables list the members exposed by ToolbarAttributes.

Public Constructors

  Name Description
Public Constructor ToolbarAttributes Constructor Initializes new instance of ToolbarAttributes object.  
Top

Public Properties

  Name Description
Public Property AllowMouseMoving Determines if the toolbar is allowed to be moved with the mouse by the end-user.  
Public Property BackColor Gets or sets the background color of the chart toolbar.  
Public Property BorderColor Gets or sets the color of the toolbar border.  
Public Property BorderSkin Determines the toolbar border skin style.  
Public Property BorderStyle The line style of the chart toolbar border.  
Public Property BorderWidth The line width of the chart toolbar border, measured in pixels.  
Public Property Docking Determines if the toolbar is docked on the top or bottom of the chart.  
Public Property Enabled Determines if the toolbar is visible on the chart.  
Public Property Items Represents the collection of toolbar command items.  
Public Property Placement Determines if the docked toolbar is placed inside or outside the chart frame.  
Public Property Position Determines the toolbar position.  
Public Property ShadowColor Gets or sets the color of the chart toolbar shadow.  
Public Property ShadowOffset Determines chart toolbar shadow offset.  
Top

See Also