オブジェクトの説明を設定【ObjectSetText】

bool ObjectSetText(string name, stirng text, int font_size, string font=NULL, color text_color=CLR_NONE)

 

Changes the object description. For objects of OBJ_TEXT and OBJ_LABEL, this description is shown as a text line in the chart. If the function succeeds, the returned value will be TRUE. Otherwise, it is FALSE. To get the detailed error information, one has to call the GetLastError() function.

オブジェクトの説明を変更します。OBJ_TEXT および OBJ_LABEL のオブジェクトは、この説明文は、チャート内のテキスト行として表示されます。正常終了した場合、返される値は TURE になります。それ以外の場合は、FALSE になります。詳細なエラー情報を取得するには、GetLastError() 関数を呼び出します。

Parameters of font_size, font_name and text_color are used for objects of OBJ_TEXT and OBJ_LABEL only. For objects of other types, these parameters are ignored.

フォントサイズ、フォント名、フォントカラーのパラメータは、OBJ_TEXT と OBJ_LABEL のオブジェクトに対してのみ使用されます。他の型のオブジェクトは、これらのパラメータを無視します。

See also ObjectDescription() function.

参照 ObjectDescription() 関数

Parameters:

パラメータ:

 

Sample:

サンプル:

Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA


You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">