概要
シールクラス OutputAttribute
備考
IndicatorDataSeries プロパティをチャートやパネルに表示するための出力としてマークします。これを有効にするには、表示する IndicatorDataSeries の宣言の前にこの属性を適用してください。
署名
1 |
|
名前空間
cAlgo.API
例
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
|
プロパティ
LineStyle
概要
指定された出力プロパティの線スタイルを取得または設定します。デフォルトでは Solid に設定されています。
備考
PlotType = PlotType.Line (デフォルト) の場合、LineStyle を追加できます。サポートされている線スタイルは次の通りです: Dots、DotsRare、DotsVeryRare、Lines、LinesDots、Solid
署名
1 |
|
戻り値
LineStyle
例
1 2 3 4 5 |
|
Name
概要
プロット名
備考
インジケーターの新しいインスタンスを追加する際にユーザーインターフェースに表示されます。
署名
1 |
|
戻り値
string
例
1 2 3 4 5 |
|
Color
署名
1 |
|
戻り値
Colors
LineColor
概要
出力プロパティの色を取得または設定します。この色は、この出力の線が描画されるときに使用されます。
署名
1 |
|
戻り値
string
例
1 2 3 4 5 6 7 8 |
|
Thickness
Summary
Sets the Width of the Output property.
Remarks
This Width will be used when the line for this Output is plotted.
Signature
1 |
|
Return Value
float
Examples
1 2 3 4 5 6 7 8 |
|
Related Tutorials
- Controls
IsHistogram
Signature
1 |
|
Return Value
bool
PlotType
Summary
Plot type.
Remarks
The type of the output plotted on the output panel. Default = Line Supported types are: Line Points Histogram
Signature
1 |
|
Return Value
PlotType
Examples
1 2 3 4 5 6 7 8 |
|
IsColorCustomizable
Summary
Sets if Output line color is customizable or not.
Remarks
This property is useful when you are setting line color manually with code via SetLineAppearance method.
Signature
1 |
|
Return Value
bool