[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IChart.Name

Name Property

Name

Gets the name of the chart object.

The returned value is the object name assigned to the chart.

Declaration
string Name { get; }
ReadOnly Property Name As String
Examples
IChart chart = worksheet.Shapes.AddChart(ChartType.ColumnClustered, 20, 20, 300, 200).Chart;
string name = chart.Name;