T O P I C R E V I E W |
Sumin-Park |
Posted - 04 Feb 2009 : 21:30:47 I send E-mail..... you dont read email...
What is the answer or solution to your previous problem, about your bar graph? We ran your code segment. It produced a green horizontal bar against a black background.
I want to produced a green horizontal bar against a Gray background.
form black to gray..
f |
2 L A T E S T R E P L I E S (Newest First) |
Sumin-Park |
Posted - 05 Feb 2009 : 00:15:34 quote: Originally posted by quinncurtis
We never received your e-mail.
The simple example program for the bar indicator (BarApplication1) shows how to set the background color of an indicator. You should study that example program line by line.
There are many ways to do it. Here is just one:
barplot.IndicatorBackground.SetColor(Color.Gray);
thank you...
f |
quinncurtis |
Posted - 04 Feb 2009 : 21:52:29 We never received your e-mail.
The simple example program for the bar indicator (BarApplication1) shows how to set the background color of an indicator. You should study that example program line by line.
There are many ways to do it. Here is just one:
barplot.IndicatorBackground.SetColor(Color.Gray); |