Skip to main content

ChartCollectionBaseModel.Tag Property

Gets or sets custom data associated with the collection.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

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

Property Value

Type Description
String

A string with metadata or custom data associated with the collection.

See Also