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;
 }