[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.ChartSeriesTagHelper

ChartSeriesTagHelper Class

ITagHelper implementation for ChartSeries<T>.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-flex-chart-series")]
[RestrictChildren("c1-flex-chart-axis", new string[] { "c1-items-source", "c1-odata-source", "c1-odata-virtual-source" })]
public class ChartSeriesTagHelper : ChartSeriesBaseTagHelper<object, ChartSeries<object>>, ITagHelper, ITagHelperComponent

Constructors

Name Description
ChartSeriesTagHelper()

Properties

Name Description
ChartType

Configurates ChartType. Sets the chart type for a specific series, overriding the chart type set on the overall chart.

CollectionName

Gets the collection name.