ChartElement::Tag Property

.NET Framework (current version)
 

Gets or sets an object associated with this chart element.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
[BrowsableAttribute(false)]
property Object^ Tag {
	Object^ get();
	void set(Object^ value);
}

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: