Skip to main content
A newer version of this page is available. .

ChartCollectionBaseModel.Tag Property

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

Namespace: DevExpress.XtraCharts.Designer

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

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