jQuery Chart Selection

The Chart control allows point selection. It is enabled for each series type separately:

seriesSettings: {
    area: {
        pointMark: {
            enabled: true
        },
        enablePointSelection: true                     
    }
}

Additionally, one can fully customize the appearance of each point, when it is selected. This is done by using the pointSelectedState object.