ChartColorSettings¶
Summary¶
Represents the charts Color Settings.
Remarks¶
Use the Color classes to set the chart Color Settings.
Signature¶
1 |
|
Namespace¶
cAlgo.API
Properties¶
Name | Description |
---|---|
BackgroundColor { get; set; } | Gets or sets the color of the chart background. |
ForegroundColor { get; set; } | Gets or sets the color of the chart foreground. |
GridLinesColor { get; set; } | Gets or sets the color of the grid lines. |
PeriodSeparatorColor { get; set; } | Gets or sets the color of the period separator. |
BullOutlineColor { get; set; } | Gets or sets the color of the bull candle or bar outline. |
BearOutlineColor { get; set; } | Gets or sets the color of the bear candle or bar outline. |
BullFillColor { get; set; } | Gets or sets the color of the bull candle fill. |
BearFillColor { get; set; } | Gets or sets the color of the bear candle fill. |
TickVolumeColor { get; set; } | Gets or sets the color of the tick volume. |
WinningDealColor { get; set; } | Gets or sets the color of the winning deal. |
LosingDealColor { get; set; } | Gets or sets the color of the losing deal. |
AskPriceLineColor { get; set; } | Gets or sets the color of the ask price line. |
BidPriceLineColor { get; set; } | Gets or sets the color of the bid price line. |
BuyColor { get; set; } | Gets or sets the color of Buy positions and orders. |
SellColor { get; set; } | Gets or sets the color of Sell order positions and orders. |
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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 |
|
Last update: January 30, 2023