'Declaration
<System.ComponentModel.CategoryAttribute("Data")> <System.ComponentModel.DescriptionAttribute("User defined data associated with the element")> Public Overridable Property Tag As System.Object
'Usage
Dim instance As NChartElement Dim value As System.Object instance.Tag = value value = instance.Tag
[System.ComponentModel.Category("Data")] [System.ComponentModel.Description("User defined data associated with the element")] public virtual System.object Tag {get; set;}