Sign in to follow this  
bench1

How To Change To Level Points Column ?

Recommended Posts

i change

 

<vTrendlines>

<line startValue='0' endValue='30' color='FF0000' alpha='5' displayValue='External Network' isTrendZone='1'/>

<line startValue='30' endValue='60' color='00FF00' alpha='5' displayValue='Middleware' isTrendZone='1'/>

<line startValue='60' endValue='100' color='0000FF' alpha='5' displayValue='Internal Network' isTrendZone='1'/>

</vTrendlines>

to

 

<numDivLines>

<line startValue='0' endValue='20' color='FF0000' alpha='5' displayValue='NODE' isTrendZone='1'/>

<line startValue='20' endValue='100' color='00FF00' alpha='5' displayValue='NODE1' isTrendZone='1'/>

</numDivLines>

 

but donot display Level points column,is blank space.

Share this post


Link to post
Share on other sites

<div>  <trendlines></div><div>        <line startValue='30' endValue='30'  isTrendZone= '0' displayValue='Median Cost' color='FF0000'/></div><div>  </trendlines> </div><div>can not change color where region between two lines,</div>

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this