예제 #1
0
        private void ChartTrendLineComboBox_OnSelectionChanged(object sender, SelectionChangedEventArgs e)
        {
            var trendline = (TrendLineType)this.ChartTrendLineComboBox.SelectedItem;

            _vm.SetTrendlineType(trendline);
        }