1 write to _formulaRegistry
System.Windows.Forms.DataVisualization (1)
WinForm\ChartWinControl.cs (1)
239 _formulaRegistry = new FormulaRegistry();
9 references to _formulaRegistry
System.Windows.Forms.DataVisualization (9)
WinForm\ChartWinControl.cs (9)
251 serviceContainer.AddService(_formulaRegistry.GetType(), _formulaRegistry); // Formula modules service 314_formulaRegistry.Register(SR.FormulaNamePriceIndicators, typeof(PriceIndicators)); 315 _formulaRegistry.Register(SR.FormulaNameGeneralTechnicalIndicators,typeof(GeneralTechnicalIndicators)); 316_formulaRegistry.Register(SR.FormulaNameTechnicalVolumeIndicators, typeof(VolumeIndicators)); 317_formulaRegistry.Register(SR.FormulaNameOscillator, typeof(Oscillators)); 318_formulaRegistry.Register(SR.FormulaNameGeneralFormulas, typeof(GeneralFormulas)); 319_formulaRegistry.Register(SR.FormulaNameTimeSeriesAndForecasting, typeof(TimeSeriesAndForecasting)); 320_formulaRegistry.Register(SR.FormulaNameStatisticalAnalysis, typeof(StatisticalAnalysis));