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

In This Topic
    ChartType Property (FlexRadarSeriesTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexRadarSeries<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 RadarChartType
    public RadarChartType ChartType {get; set;}
    See Also