void SetIndexStyle (int index, int type, int style=EMPTY, int width=EMPTY, color clr=CLR_NONE)
Sets the new type, style, width and color for a given indicator line.
特定のインディケータ線のための新しい型、スタイル、幅、カラーを設定します。
Parameters:
パラメータ:
index – Line index. Must lie between 0 and 7.
ライン インデックス。0~7の間である必要があります。
type – 図形スタイル。描画する図形スタイル を、一覧のいずれかの値から指定できます。
style – Drawing style. It is used for one-pixel thick lines. It can be one of the
Drawing shape styles listed. EMPTY value means that the style will not be changed.
描画スタイル。1ピクセル以上の幅を持つときに使用されます。 描画する図形スタイル を、一覧のいずれかの値から指定できます。EMPTY 値は、値が変更されない事を意味します。
width – Line width. Valid values are: 1,2,3,4,5. EMPTY value means that width will not be changed.
線の幅。有効な値は、1,2,3,4,5。EMPTY 値は、幅が変更されない事を意味します。
clr – Line color. Absence of this parameter means that the color will not be changed.
線の幅。有効な値は、1,2,3,4,5。EMPTY 値は、幅が変更されない事を意味します。
Sample:
サンプル:
SetIndexStyle ( 3 , DRAW_LINE , EMPTY , 2 , Red ) ;
0 people found this article useful This article was helpful
This article was helpful
0 people found this article useful