Deletes a custom attribute.
Delete Data Point attribute with specified name.
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- name
- Name of the atribute to delete.
The following sample deletes the Exploded attribute that was set for a data point.
Visual Basic | Copy Code |
---|---|
Imports Dundas.Charting.WebControl |
C# | Copy Code |
---|---|
using Dundas.Charting.WebControl; |
All data may have custom attributes that determine how data is displayed (e.g. exploding a pie chart). DataPoint objects may use these attributes, as do the Series objects that the data points belong to.
To delete a data attribute call this method, and specify the name of the attribute to delete. For a listing of custom attributes (on a per chart type basis) see the Custom Attributes topic.
Remember that a DataPoint object's attributes have precedence over its associated Series' attributes. For a detailed explanation on how data is displayed please see the Appearance of Data topic.
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