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

In This Topic
    Stacking Property (FlexRadarTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexRadar<T>.Stacking. Sets a value that determines whether and how the series objects are stacked.
    Syntax
    'Declaration
     
    Public Property Stacking As Stacking
    public Stacking Stacking {get; set;}
    See Also