AzureStorageAnalyticsViewer.TimepointChart.TimepointChart C# (CSharp) Method

TimepointChart() public method

public TimepointChart ( ) : System
return System
        public TimepointChart()
        {
            InitializeComponent();
            _olist = new ObservableCollection<MetricsTransactionsEntity>();
        }
TimepointChart