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

In This Topic
    ChartType Property (FinancialSeriesTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Finance.FinancialSeries<T>.ChartType. Sets the type of financial chart to create.
    Syntax
    'Declaration
     
    Public Property ChartType As ChartType
    public ChartType ChartType {get; set;}
    See Also