TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
bool ChartSetString | ( | long | chart_id, |
int | prop_id, | ||
string | string_var | ||
) |
Sets a value of a corresponding property of the specified chart. Chart property must be of string type
chart_id | Chart ID. 0 means the current chart |
prop_id | Chart property ID. This value can only be CHART_COMMENT |
string_var | New property value |