Skip to main content

ChartElementModel.Tag Property

Gets or sets the value of the ChartElement.Tag within the model.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Misc)]
public string Tag { get; set; }

Property Value

Type Description
String

The object containing the additional data related to the element.

See Also