Back to Devexpress

ChartControl.Tag Property

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-a211b5b8.md

latest1.4 KB
Original Source

ChartControl.Tag Property

Overrides the Tag property.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.UI.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public object Tag { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property Tag As Object

Property Value

TypeDescription
Object

A Object value. Always returns null ( Nothing in Visual Basic).

|

Remarks

This property is intended to hide the corresponding property of the Control class.

See Also

ChartControl Class

ChartControl Members

DevExpress.XtraCharts Namespace