Gets or sets the name of the ChartGroup.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[MergablePropertyAttribute(false)]
[XmlAttributeAttribute]
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public string Name { get; set; }
Visual Basic
<MergablePropertyAttribute(False)> _
<XmlAttributeAttribute> _
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property Name As String
	Get
	Set

Remarks

Used for indexing and identification.

See Also