Exemplo n.º 1
0
 internal ChartViewManager(StripChartX parentChart, Chart plotChart, PlotManager plotManager)
 {
     this._parentChart = parentChart;
     this._plotChart   = plotChart;
     this._plotManager = plotManager;
     this.MainPlotArea = new StripChartXPlotArea(parentChart, plotChart.ChartAreas[0]);
     this.MainPlotArea.ChartArea.Position.Auto = true;
     this._layoutDirection  = LayoutDirection.LeftToRight;
     this._oneWayChartNum   = 3;
     this.UseMainAreaConfig = true;
     this.SplitPlotAreas    = new StripChartXPlotAreaCollection(parentChart, plotChart.ChartAreas);
     AdaptView();
 }
Exemplo n.º 2
0
 public AxisViewAdapter(ChartViewManager viewManager, PlotManager plotManager)
 {
     this._viewManager = viewManager;
     this._plotManager = plotManager;
 }
 internal MiscellaneousConfiguration(StripChartX parentChart, ChartViewManager viewManager, PlotManager plotManager)
 {
     this._parentChart = parentChart;
     this._plotManager = plotManager;
     this._viewManager = viewManager;
 }