Unplanned
Last Updated: 30 Jun 2023 07:46 by Steve
Steve
Created on: 30 Jun 2023 07:46
Category: Chart
Type: Bug Report
0
Chart: [WinUI] DataPoint selection event is not fired on Cartesian series

when using the flowing setup: 

<telerik:RadCartesianChart.ChartBehaviors>
                    <telerik:ChartSelectionBehavior x:Name="selection"
                                                    SeriesSelectionMode="None"
                                                    DataPointSelectionMode="Single"
                                                SelectionChanged="selection_SelectionChanged"/>
</telerik:RadCartesianChart.ChartBehaviors>

the selection behavior on data point does not fire on WInUI on Cartesian series. It works for PieSeries. 

0 comments