Sign in to follow this  
MartinS

Set colorrange borders

Recommended Posts

Hi

I have an angular gauge that has four colour ranges, like so:

<colorRange>
<color minValue="-2" maxValue="-1" code="[b]FF654F[/b]" /> 
<color minValue="-1" maxValue="0" code="[b]F6BD0F[/b]" /> 
<color minValue="0" maxValue="1" code="[b]8BBA00[/b]" /> 
<color minValue="1" maxValue="2" code="BBDCFF" />   </colorRange>[

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