Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelChartShape Class / ChartName Property


In This Topic
ChartName Property (ExcelChartShape)
In This Topic
Gets or sets the name of the chart.
Syntax
'Declaration
 
Public Property ChartName As String
 
'Usage
 
Dim instance As ExcelChartShape
Dim value As String
 
instance.ChartName = value
 
value = instance.ChartName

Property Value

The name of the chart.
See Also