color
color
07 Jan 2019, 15:51
Hi
How can i chnage the color of ( Chart.DrawStaticText ) like as the pictur?
Replies
dordkash@gmail.com
07 Jan 2019, 16:35
RE:
Panagiotis Charalampous said:
Hi reza h,
You can use something like the below
Chart.DrawStaticText("test", "test", VerticalAlignment.Bottom, HorizontalAlignment.Center, Color.FromHex("FFFE0000"));Best Regards,
Panagiotis
I want to be able to change the color of ( Chart.DrawStaticText ) like as this option
@dordkash@gmail.com
dordkash@gmail.com
07 Jan 2019, 16:39
I want to make this selection to change the color of the ( Chart.DrawStaticText )
Did you understand me?
@dordkash@gmail.com
PanagiotisCharalampous
07 Jan 2019, 16:45
Hi reza h,
There is no feature to do this currently. We are planning to implement reading color from output parameters in one of the future releases.
Best Regards,
Panagiotis
@PanagiotisCharalampous
dordkash@gmail.com
07 Jan 2019, 16:47
RE:
Panagiotis Charalampous said:
Hi reza h,
There is no feature to do this currently. We are planning to implement reading color from output parameters in one of the future releases.
Best Regards,
Panagiotis
Thank you for your answer
@dordkash@gmail.com
PanagiotisCharalampous
07 Jan 2019, 16:17
Hi reza h,
You can use something like the below
Best Regards,
Panagiotis
@PanagiotisCharalampous