3 references to FormulaRegistry
System.Windows.Forms.DataVisualization (3)
Common\General\FormulaData.cs (3)
370
for (int module = 0; module < Common.
FormulaRegistry
.Count; module++)
372
moduleName = Common.
FormulaRegistry
.GetModuleName(module);
373
Common.
FormulaRegistry
.GetFormulaModule(moduleName).Formula(formulaName, inNoEmptyValues, out outValues, parameterList, _extraParameters, out outLabels);