TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
bool ChartGetString ( long  chart_id,
int  prop_id,
out string  string_var 
)

Returns the value of a corresponding property of the specified chart. Chart property must be of string type

Parameters
chart_idChart ID. 0 means the current chart
prop_idChart property ID. This value can only be CHART_COMMENT
string_varTarget variable of string type for the requested property
Returns
True if the specified property is available and its value has been stored into string_var variable,
otherwise returns false. To get additional information about the error, it is necessary to call the function GetLastError().