I think I need to change the default chart control properties but could not find any reference material in doing so. Can someone please provide an example to help me do so. Thank you in advance!
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Custom Drawing Tool
Collapse
X
-
Custom Drawing Tool
I would like to increase the text font size of the HelloWorld.zip, posted by NinjaTrader_Matthew on 08-20-2015, 12:58 PM.
I think I need to change the default chart control properties but could not find any reference material in doing so. Can someone please provide an example to help me do so. Thank you in advance!Tags: None
-
Hello Richard168,
Thanks for your post.
The TextFormat is created in line 160. You can change the font size there.
We look forward to assisting.Code:TextFormat textFormat = new TextFormat(Globals.DirectWriteFactory, chartControl.Properties.LabelFont.Family.ToString(), (float)chartControl.Properties.LabelFont.Size[B]*5[/B]);
- Likes 1
-
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
80 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
40 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
63 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
63 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
54 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment