Skip to main content

ChartCollectionBaseModel.Tag Property

Gets or sets the object containing the additional data related to the collection.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[Browsable(false)]
public object Tag { get; set; }

Property Value

Type Description
Object

The object containing the additional data related to the collection.

See Also