In This Topic
Gets or sets the object that contains data about the sparkline.
Syntax
'Declaration
Public Property Tag As Object
'Usage
Dim instance As Sparkline
Dim value As Object
instance.Tag = value
value = instance.Tag
public object Tag {get; set;}
See Also