[]
Gets or sets the unique name of the current object. If an item with the specified name already exists in the owner, an exception is thrown.
[C1Category("Design")]
[C1Description("FlexChartNamedObject.Name", "Specifies the name of the object.")]
public string Name { get; set; }
<C1Category("Design")>
<C1Description("FlexChartNamedObject.Name", "Specifies the name of the object.")>
Public Property Name As String