TA-Lib : Technical Analysis Library

Variable.Name Property

Return a string identifier for this variable. The name is unique among all the variables belonging to the same Timeseries.

[Visual Basic]
Public Property Name As String
[C#]
public string Name { get; set; }
[C++]
public: __property String* get_Name();
public: __property void set_Name(String* );
[JScript]
public function get Name() : String
public function set Name(String);

See Also

Variable Class | TA.Lib Namespace