ChartElement.Tag Property

.NET Framework (current version)
 

Gets or sets an object associated with this chart element.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

[<BrowsableAttribute(false)>]
abstract Tag : Object with get, set
[<BrowsableAttribute(false)>]
override Tag : Object with get, set

Property Value

Type: System.Object

An Object associated with this chart element.

The Tag property can be used to store additional data with this chart element.

.NET Framework
Available since 4.0
Return to top
Show: