Beispiel #1
0
        /// <summary>
        /// MonthsIntervalStringFormatProperty property changed handler.
        /// </summary>
        /// <param name="d">DateTimeAxisLabel that changed its MonthsIntervalStringFormat.</param>
        /// <param name="e">Event arguments.</param>
        private static void OnMonthsIntervalStringFormatPropertyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            DateTimeAxisLabel source = (DateTimeAxisLabel)d;

            source.OnMonthsIntervalStringFormatPropertyChanged();
        }