ComponentOne FinancialChart for WinForms
C1.Chart Namespace / SeriesBase Class / Name Property

In This Topic
    Name Property (SeriesBase)
    In This Topic
    Gets or sets the series display name.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("SeriesBase.Name", "Gets or sets the series display name.")>
    <DefaultValueAttribute("")>
    Public Property Name As String
    [C1Description("SeriesBase.Name", "Gets or sets the series display name.")]
    [DefaultValue("")]
    public string Name {get; set;}
    See Also