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

In This Topic
    ChartType Property (FlexRadarTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexRadar<T>.ChartType. Sets the type of radar chart to be created.
    Syntax
    'Declaration
     
    Public Property ChartType As RadarChartType
    public RadarChartType ChartType {get; set;}
    See Also