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

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