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 Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
636 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
366 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
107 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
568 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
571 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment