Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How to get the color of the chart background
Collapse
X
-
How to get the color of the chart background
I need to find the brush color of the chart background; how can I get it inside an indicator?Tags: None
-
Hello afshinmoshrefi, and thank you for your question. This is available through the ChartControl.Background object. To turn this into a Color you may use
Please let us know if there are any other ways we can help.Code:Color c = (ChartControl.Background as SolidColorBrush).Color;
Jessica P.NinjaTrader Customer Service
-
Thanks Jessica,
I need to assign the background color to a brush for an indicator Plot.
How can I get a valid brush that is the background brush?
Comment
-
-
When I try this brush, the indicator compiles but then disappears from the list of indicators. Seems there is possibly a compile error that doesn't get reported to the UI. I emailed the indicator to Jessica to look at.
Comment
-
Colour #74987B would like to make as 'GradientBrush'
Hello.
I trade WoodiesCCI. For a background chart his native colour #74987B would like to make as 'GradientBrush' in a skin Slate Light.
In this theme the way was shown:
Would like as in this theme have made with colour of coffee, only now for colours #74987B.
Programming I do not own.
The file BluePrint has applied on the message.
Thanks.Last edited by Muratello; 03-13-2017, 06:44 PM.
Comment
-
Thank you for your question, Muratello. The best place to start when creating a new skin for NinjaTrader is this page,
We are happy to help with any questions that come up.Jessica P.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
50 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
69 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
36 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
97 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
60 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment