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