Can I use DataPointTemplate for a Data Points in a scatter line chart or not. The About DataPointTemplates documentation confuses me.
It says "The following types of charts do not use DataTemplates". Does this mean NO kind of data tempalte are supported at all in Scatter Line? What about markers?
Basically I need to be able add the concept of a selected data point. I would like to add mouse hover trigger, and change marker when point is selected. This needs to be done in scatterline chart though.
Marker templates will still work in ScatterLine charts. You should be able to implement what you're describing using just the marker DataTemplate.