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

In This Topic
    ChartType Property (ChartSeriesTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ChartSeries<T>.ChartType. Sets the chart type for a specific series, overriding the chart type set on the overall chart.
    Syntax
    'Declaration
     
    Public Property ChartType As ChartType
    public ChartType ChartType {get; set;}
    See Also