Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ISeries Interface / Name Property


In This Topic
    Name Property (ISeries)
    In This Topic
    Gets or sets a string value representing the name of the object.
    Syntax
    'Declaration
     
    Property Name As String
    'Usage
     
    Dim instance As ISeries
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    string Name {get; set;}
    See Also