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

In This Topic
    Bundles Property (ChartExtensionScriptsTagHelper)
    In This Topic
    Gets or sets the string which contains bundle names.
    Syntax
    'Declaration
     
    Public Overrides Property Bundles As String
    public override string Bundles {get; set;}
    Remarks
    Please use comma to separate the names. The names can be following values or the combination of them: Animation, Annotation and LineMarker. Whatever this attribute is set or not, it will register default chart script bundles of below components: FlexChart, FlexPie, Sunburst and RangeSelector.
    See Also