Пример #1
0
 public AreaCVHistogram2DGraphPane(GraphSummary graphSummary)
     : base(graphSummary)
 {
     _areaCVGraphData = null;
     _lineItems       = new LineItem[2];
     _cache           = new AreaCVGraphData.AreaCVGraphDataCache();
 }
Пример #2
0
 public AreaCVHistogramGraphPane(GraphSummary graphSummary)
     : base(graphSummary)
 {
     _stickItems = new List <StickItem>(2);
     _cache      = new AreaCVGraphData.AreaCVGraphDataCache();
 }