Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / ChartName Property


In This Topic
    ChartName Property (ChartShape)
    In This Topic
    Gets or sets the name of the chart.
    Syntax
    'Declaration
     
    
    Public Overridable Property ChartName As String
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As String
     
    instance.ChartName = value
     
    value = instance.ChartName
    public virtual string ChartName {get; set;}
    See Also