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

SeriesPoint3D.Tag Property

Gets or sets the object that contains data related to this series point.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public object Tag { get; set; }

Property Value

Type Description
Object

The related data of the series point.

Remarks

If a chart is bound to data, the Tag property is automatically assigned to the underlying object used to create this series point (e.g. to the corresponding DataRowView object, if a chart is bound to a DataTable).

See Also