1 write to _formulaRegistry
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
268 _formulaRegistry = new FormulaRegistry();
9 references to _formulaRegistry
System.Web.DataVisualization (9)
WebForm\ChartWebControl.cs (9)
281 serviceContainer.AddService(_formulaRegistry.GetType(), _formulaRegistry); // Formula modules service 349_formulaRegistry.Register(SR.FormulaNamePriceIndicators, typeof(PriceIndicators)); 350_formulaRegistry.Register(SR.FormulaNameGeneralTechnicalIndicators, typeof(GeneralTechnicalIndicators)); 351_formulaRegistry.Register(SR.FormulaNameTechnicalVolumeIndicators, typeof(VolumeIndicators)); 352_formulaRegistry.Register(SR.FormulaNameOscillator, typeof(Oscillators)); 353_formulaRegistry.Register(SR.FormulaNameGeneralFormulas, typeof(GeneralFormulas)); 354_formulaRegistry.Register(SR.FormulaNameTimeSeriesAndForecasting, typeof(TimeSeriesAndForecasting)); 355_formulaRegistry.Register(SR.FormulaNameStatisticalAnalysis, typeof(StatisticalAnalysis));