ASP.NET Core MVC Controls | ComponentOne
In This Topic
    SelectionMode Enum
    In This Topic
    File
    wijmo.chart.js
    Module
    wijmo.chart

    Specifies what is selected when the user clicks the chart.

    Members

    Name Value Description
    None 0

    Select neither series nor data points when the user clicks the chart.

    Series 1

    Select the whole Series when the user clicks it on the chart.

    Point 2

    Select the data point when the user clicks it on the chart. Since Line, Area, Spline, and SplineArea charts do not render individual data points, nothing is selected with this setting on those chart types.