[]
        
(Showing Draft Content)

C1.Report.FlexChart.ChartNamedObject.Name

Name Property

Name

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.

Declaration
[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