AzureStorageAnalyticsViewer.TimelineChart.TimelineChart C# (CSharp) Method

TimelineChart() public method

public TimelineChart ( ) : System
return System
        public TimelineChart()
        {
            InitializeComponent();
            InitializeList();

            _olist = new ObservableCollection<MetricsTransactionsEntity>();
            //this.Loaded += new RoutedEventHandler(TimelineChart_Loaded);
        }