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


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