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, System::String ^ inputSeries);
public void FinancialFormula (System.Windows.Forms.DataVisualization.Charting.FinancialFormula formulaName, string inputSeries);
member this.FinancialFormula : System.Windows.Forms.DataVisualization.Charting.FinancialFormula * string -> unit
Public Sub FinancialFormula (formulaName As FinancialFormula, inputSeries As String)

Parameters

formulaName
FinancialFormula

The name of the formula to call.

inputSeries
String

The input series in which calculation is performed.

Applies to

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);
public void FinancialFormula (System.Windows.Forms.DataVisualization.Charting.FinancialFormula formulaName, System.Windows.Forms.DataVisualization.Charting.Series inputSeries);
member this.FinancialFormula : System.Windows.Forms.DataVisualization.Charting.FinancialFormula * System.Windows.Forms.DataVisualization.Charting.Series -> unit
Public Sub FinancialFormula (formulaName As FinancialFormula, inputSeries As Series)

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

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, System::String ^ inputSeries, System::String ^ outputSeries);
public void FinancialFormula (System.Windows.Forms.DataVisualization.Charting.FinancialFormula formulaName, string inputSeries, string outputSeries);
member this.FinancialFormula : System.Windows.Forms.DataVisualization.Charting.FinancialFormula * string * string -> unit
Public Sub FinancialFormula (formulaName As FinancialFormula, inputSeries As String, outputSeries As String)

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

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);
public void FinancialFormula (System.Windows.Forms.DataVisualization.Charting.FinancialFormula formulaName, System.Windows.Forms.DataVisualization.Charting.Series inputSeries, System.Windows.Forms.DataVisualization.Charting.Series outputSeries);
member this.FinancialFormula : System.Windows.Forms.DataVisualization.Charting.FinancialFormula * System.Windows.Forms.DataVisualization.Charting.Series * System.Windows.Forms.DataVisualization.Charting.Series -> unit
Public Sub FinancialFormula (formulaName As FinancialFormula, inputSeries As Series, outputSeries As Series)

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

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, System::String ^ parameters, System::String ^ inputSeries, System::String ^ outputSeries);
public void FinancialFormula (System.Windows.Forms.DataVisualization.Charting.FinancialFormula formulaName, string parameters, string inputSeries, string outputSeries);
member this.FinancialFormula : System.Windows.Forms.DataVisualization.Charting.FinancialFormula * string * string * string -> unit
Public Sub FinancialFormula (formulaName As FinancialFormula, parameters As String, inputSeries As String, outputSeries As String)

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

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, System::String ^ parameters, System::Windows::Forms::DataVisualization::Charting::Series ^ inputSeries, System::Windows::Forms::DataVisualization::Charting::Series ^ outputSeries);
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);
member this.FinancialFormula : System.Windows.Forms.DataVisualization.Charting.FinancialFormula * string * System.Windows.Forms.DataVisualization.Charting.Series * System.Windows.Forms.DataVisualization.Charting.Series -> unit
Public Sub FinancialFormula (formulaName As FinancialFormula, parameters As String, inputSeries As Series, outputSeries As Series)

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