ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance.TagHelpers Namespace / FibonacciTimeZonesTagHelper Class / Name Property

In This Topic
    Name Property (FibonacciTimeZonesTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ChartSeriesBase<T>.Name. Sets the series name. The series name is displayed in the chart legend. Any series without a name does not appear in the legend.
    Syntax
    'Declaration
     
    Public Property Name As String
    public string Name {get; set;}
    See Also