ComponentOne Chart for .NET (2.0) Search HelpCentral 

ChartDataSeries.Tag Property

Gets or sets the Tag property which allows association of user data with the ChartDataSeries.

[Visual Basic]

Public Property Tag As Object

[C#]

public object Tag {get;set;}

[Delphi]

public property Tag: Object read get_Tag write set_Tag;

Remarks

An Object that contains data about the ChartDataSeries. The default is a null reference (nothing in Visual Basic). Any type derived from the Object class can be assigned to this property. If the Tag property is set through the Windows Forms designer, only text may be assigned. A common use for the Tag property is to store data that is closely associated with the series.

See Also

ChartDataSeries Class | ChartDataSeries Members | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.