DataFormula.FinancialFormula Method

Definition

Calls a method from a formula.

Overloads

FinancialFormula(FinancialFormula, String)

Calls a method from a formula module with the specified formula name and input series.

FinancialFormula(FinancialFormula, Series)

Calls a method from a formula module with the specified formula name and input series.

FinancialFormula(FinancialFormula, String, String)

Calls a method from a formula module with the specified formula name, and the names of the input and output series.

FinancialFormula(FinancialFormula, Series, Series)

Calls a method from a formula module with the specified formula name, input and output series.

FinancialFormula(FinancialFormula, String, String, String)

Calls a method from a formula module with the specified formula name and parameters, and the names of the input and output series.

FinancialFormula(FinancialFormula, String, Series, Series)

Calls a method from a formula module with the specified formula name and parameters, using the specified input and output series.

FinancialFormula(FinancialFormula, String)

Calls a method from a formula module with the specified formula name and input series.

public void FinancialFormula (System.Windows.Forms.DataVisualization.Charting.FinancialFormula formulaName, string inputSeries);

Parameters

formulaName
FinancialFormula

The name of the formula to call.

inputSeries
String

The input series in which calculation is performed.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

FinancialFormula(FinancialFormula, Series)

Calls a method from a formula module with the specified formula name and input series.

public void FinancialFormula (System.Windows.Forms.DataVisualization.Charting.FinancialFormula formulaName, System.Windows.Forms.DataVisualization.Charting.Series inputSeries);

Parameters

formulaName
FinancialFormula

The name of the formula to call.

inputSeries
Series

A comma-separated list of input series names and optional X and Y value names.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

FinancialFormula(FinancialFormula, String, String)

Calls a method from a formula module with the specified formula name, and the names of the input and output series.

public void FinancialFormula (System.Windows.Forms.DataVisualization.Charting.FinancialFormula formulaName, string inputSeries, string outputSeries);

Parameters

formulaName
FinancialFormula

The name of the formula to call.

inputSeries
String

The input series in which calculation is performed.

outputSeries
String

The output series in which the result of the calculation is stored.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

FinancialFormula(FinancialFormula, Series, Series)

Calls a method from a formula module with the specified formula name, input and output series.

public void FinancialFormula (System.Windows.Forms.DataVisualization.Charting.FinancialFormula formulaName, System.Windows.Forms.DataVisualization.Charting.Series inputSeries, System.Windows.Forms.DataVisualization.Charting.Series outputSeries);

Parameters

formulaName
FinancialFormula

The name of the formula to call.

inputSeries
Series

A comma-separated list of input series names and optional X and Y value names.

outputSeries
Series

A comma-separated list of output series names and optional X and Y value names.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

FinancialFormula(FinancialFormula, String, String, String)

Calls a method from a formula module with the specified formula name and parameters, and the names of the input and output series.

public void FinancialFormula (System.Windows.Forms.DataVisualization.Charting.FinancialFormula formulaName, string parameters, string inputSeries, string outputSeries);

Parameters

formulaName
FinancialFormula

The name of the formula to call.

parameters
String

The parameters associated with the formula.

inputSeries
String

The input series in which calculation is performed.

outputSeries
String

The output series in which the result of the calculation is stored.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

FinancialFormula(FinancialFormula, String, Series, Series)

Calls a method from a formula module with the specified formula name and parameters, using the specified input and output series.

public void FinancialFormula (System.Windows.Forms.DataVisualization.Charting.FinancialFormula formulaName, string parameters, System.Windows.Forms.DataVisualization.Charting.Series inputSeries, System.Windows.Forms.DataVisualization.Charting.Series outputSeries);

Parameters

formulaName
FinancialFormula

The name of the formula to call.

parameters
String

The parameters associated with the formula.

inputSeries
Series

A comma-separated list of input series names and optional X and Y value names.

outputSeries
Series

A comma-separated list of output series names and optional X and Y value names.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1