Drawing shape style enumeration for SetIndexStyle() function.
SetIndexStyle() 関数の描画する図形スタイルの列挙体。
It can be any of the following values:
次のいずれかの値を指定できます。
Constant 定数 | Value 値 | Description 説明 |
---|---|---|
DRAW_LINE | 0 | Drawing line. 線を描画 |
DRAW_SECTION | 1 | Drawing sections. セクションを描画 |
DRAW_HISTOGRAM | 2 | Drawing histogram. ヒストグラム(棒グラフ)を描画 |
DRAW_ARROW | 3 | Drawing arrows (symbols). 矢印(記号)を描画 |
DRAW_ZIGZAG | 4 | Drawing sections between even and odd indicator buffers. 奇数と偶数のインディケーター バッファ間のセクションを描画 |
DRAW_NONE | 12 | No drawing. 描画しない |
Drawing style. Valid when width=1. It can be any of the following values:
描画スタイル。幅 = 1 の時に有効です。次のいずれかの値を指定できます。
Constant 定数 | Value 値 | Description 説明 |
---|---|---|
STYLE_SOLID | 0 | The pen is solid. 実線 |
STYLE_DASH | 1 | The pen is dashed. ダッシュで構成される直線 |
STYLE_DOT | 2 | The pen is dotted. ドットで構成される直線 |
STYLE_DASHDOT | 3 | The pen has alternating dashes and dots. ダッシュとドットの繰り返しパターンで構成される直線 |
STYLE_DASHDOTDOT | 4 | The pen has alternating dashes and double dots. ダッシュと 2つのドットの繰り返しパターンで構成される直線 |