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


The ChartUI represents the Chart User Interface Manager. The Chart User Interface Manager provides the most common actions required by an end-user, such as switching from 2D/3D, color change, rotation and show/hide items like legends and grid. The major components which contain the ChartUI class are CommandCollection, ToolbarAttributes and ContextMenuAttributes. The Chart User Interface is active in Dundas Chart for Windows Froms and Internet SmartClient

Object Model





Syntax

Visual Basic (Declaration)  
Public Class ChartUI 
   Implements ICommandElement 
Visual Basic (Usage) Copy Code
Dim instance As ChartUI
C#  
public class ChartUI : ICommandElement  

Inheritance Hierarchy

System.Object
   Dundas.Charting.WebControl.ChartUI

Requirements

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

See Also