ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / PivotFlexChartTagHelper Class / SelectionMode Property

In This Topic
    SelectionMode Property (PivotFlexChartTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexChartBase<T>.SelectionMode. Sets an enumerated value indicating whether or what is selected when the user clicks the chart.
    Syntax
    'Declaration
     
    Public Overridable Property SelectionMode As SelectionMode
    public virtual SelectionMode SelectionMode {get; set;}
    See Also