You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
720 B

using System;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Globalization;
using System.Windows.Controls;
using System.Windows.Data;
using Geared.Wpf.Intro;
using DynamicAxisUnitView = Geared.Wpf.DynamicAxisUnit.DynamicAxisUnitView;
using FinancialSeriesView = Geared.Wpf.FianancialSeries.FinancialSeriesView;
using HistogramView = Geared.Wpf.Histogram.HistogramView;
using MultipleSeriesView = Geared.Wpf.MultipleSeriesTest.MultipleSeriesView;
using ScatterView = Geared.Wpf.Scatter.ScatterView;
using ScrollableView = Geared.Wpf.Scrollable.ScrollableView;
using SpeedTestView = Geared.Wpf.SpeedTest.SpeedTestView;
using StackedSeriesView = Geared.Wpf.StackedSeries.StackedSeriesView;