Dundas Chart for ASP.NET
Commands Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > ChartUI Class : Commands Property


Enterprise Only Feature. Gets the command collection.
Gets the Command collection.

Syntax

Visual Basic (Declaration)  
Public ReadOnly Property Commands As CommandCollection
Visual Basic (Usage) Copy Code
Dim instance As ChartUI
Dim value As CommandCollection
 
value = instance.Commands
C#  
public CommandCollection Commands {get;}

Remarks

The command collection always contains set of predefined Command objects. These commands cannot be deleted, but can be changed.

All additional commands have to have a unique CommandID to be recognized properly in the event handlers.


The command collection allways contains set of predefined commands. These commands cannot be deleted but can be changed. All additional commands have to have unque CommandID to be recognized properly in event handlers.

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.