ChartSetInteger

指定されたチャートの対応するプロパティの値を設定します。チャートプロパティは、datetime、int、color、bool、またはcharでなければなりません。このコマンドはチャートメッセージキューに追加され、以前のすべてのコマンドが処理された後にのみ実行されます。

bool  ChartSetInteger(
   long   chart_id,     // Chart ID
   int    prop_id,      // Property ID
   long   value         // Value
   );

指定されたチャートの指定されたサブウィンドウの対応するプロパティの値を設定します。

bool  ChartSetInteger(
   long   chart_id,     // Chart ID
   int    property_id,  // Property ID
   uint   sub_window,   // Chart subwindow
   long   value         // Value
   );

パラメーター

chart_id

[in]チャートID。0は現在のチャートを意味します。

prop_id

[in]チャートプロパティID。ENUM_CHART_PROPERTY_INTEGER値のいずれかになります(読み取り専用プロパティを除く)。

sub_window

[in]チャートサブウィンドウ。

[in]プロパティ値。

戻り値

コマンドがチャートキューに追加された場合はtrueを、それ以外の場合はfalseを返します。エラーの詳細を取得するには、GetLastError()関数を使用します。

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="">