Exemplo n.º 1
0
        private static void OnFillPropertyChanged(DependencyObject sender, DependencyPropertyChangedEventArgs e)
        {
            RadialAxisPlotBandAnnotation annotation = sender as RadialAxisPlotBandAnnotation;

            annotation.presenter.Fill = e.NewValue as Brush;
        }
Exemplo n.º 2
0
        private static void OnToPropertyChanged(DependencyObject sender, DependencyPropertyChangedEventArgs e)
        {
            RadialAxisPlotBandAnnotation annotation = sender as RadialAxisPlotBandAnnotation;

            annotation.model.To = annotation.To;
        }