ChartTemplateColorSettings
Summary
Represents the chart template Color Settings.
Signature
1 | |
Namespace
cAlgo.API
Examples
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 28 29 30 31 | |
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 28 | |
See Also
Properties
BackgroundColor
Summary
Gets or sets the color of the chart background.
Signature
1 | |
Return Value
Color
ForegroundColor
Summary
Gets or sets the color of the chart foreground.
Signature
1 | |
Return Value
Color
GridLinesColor
Summary
Gets or sets the color of the grid lines.
Signature
1 | |
Return Value
Color
PeriodSeparatorColor
Summary
Gets or sets the color of the period separator.
Signature
1 | |
Return Value
Color
BullOutlineColor
Summary
Gets or sets the color of the bull candle or bar outline.
Signature
1 | |
Return Value
Color
BearOutlineColor
Summary
Gets or sets the color of the bear candle or bar outline.
Signature
1 | |
Return Value
Color
BullFillColor
Summary
Gets or sets the color of the bull candle fill.
Signature
1 | |
Return Value
Color
BearFillColor
Summary
Gets or sets the color of the bear candle fill.
Signature
1 | |
Return Value
Color
TickVolumeColor
Summary
Gets or sets the color of the tick volume.
Signature
1 | |
Return Value
Color
WinningDealColor
Summary
Gets or sets the color of the winning deal.
Signature
1 | |
Return Value
Color
LosingDealColor
Summary
Gets or sets the color of the losing deal.
Signature
1 | |
Return Value
Color
AskPriceLineColor
Summary
Gets or sets the color of the ask price line.
Signature
1 | |
Return Value
Color
BidPriceLineColor
Summary
Gets or sets the color of the bid price line.
Signature
1 | |
Return Value
Color
BuyColor
Summary
Gets or sets the color of Buy positions and orders.
Signature
1 | |
Return Value
Color
SellColor
Summary
Gets or sets the color of Sell order positions and orders.
Signature
1 | |
Return Value
Color
AreaFillColor
Summary
Gets or sets the color of area chart fill.
Signature
1 | |
Return Value
Color