Beispiel #1
0
 public cPanelHisto(cExtendedList ListValues,eGraphType GraphType, eOrientation HistoOrientation)
 {
     WindowForPanelHisto = new FormPanelForHisto(new List<cExtendedList>(){ListValues}, false,GraphType, HistoOrientation);
 }
Beispiel #2
0
        public FormPanelForHisto WindowForPanelHisto; // = new FormPanelForHisto(List<cExtendedList> ListValues);

        #endregion Fields

        #region Constructors

        public cPanelHisto(List<cExtendedList> ListValues, bool IsStacked, eGraphType GraphType, eOrientation HistoOrientation)
        {
            WindowForPanelHisto = new FormPanelForHisto(ListValues, IsStacked,GraphType, HistoOrientation);
        }