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


Enterprise Only Feature. Gets or sets the supported elements of the command.
Gets or sets the supported elements of the command.

Syntax

Visual Basic (Declaration)  
Public Property SupportedElements As ContextElementType
Visual Basic (Usage) Copy Code
Dim instance As Command
Dim value As ContextElementType
 
instance.SupportedElements = value
 
value = instance.SupportedElements
C#  
public ContextElementType SupportedElements {get; set;}

Return Value

ContextElementType value that represents the supported chart elements of this command.
The ContextElementType set which represents supported chart elements of this Command.

Remarks

The supported elements property is reflected in the context menu deployment.

When the right mouse button is clicked over the selected chart element that element is inspected and compared with those found in the SupportedElements value to determine the commands to be displayed.

Each command has a pre-defined set of ContextElementType objects that can be accepted and handled by this command.

TheSupportedElements property can limit a default, predefined set of supported elements, but cannot expand it upon it.


The SupportedElements reflects in the context menu deployment. On right mouse click the selected chart element is inspected and compared with SupportedElements value to determine which Dundas.Charting.WebControl.Commands Namespace to be displayed. Each Command has predefined set of ContextElementType which can be accepted and handled by this Command. The SupportedElements property can limit default predefined set but cannot expand it.

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.