Spread Windows Forms 17
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
    public string ChartName {get; set;}

    Property Value

    The name of the chart.
    See Also