2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartDataSeries Class / Tag Property

In This Topic
    Tag Property (ChartDataSeries)
    In This Topic
    Gets or sets the Tag property which allows association of user data with the ChartDataSeries.
    Syntax
    'Declaration
     
    Public Property Tag As System.Object
    public System.object Tag {get; set;}
    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