Sign in to follow this  
rockiesmagicnumber

Removing "tick Mark" Values From Gradient Legend

Recommended Posts

I may have just missed this in the documentation, but is there a way to remove the tick mark values from the Gradient label? I would like to just assign the startLabel and endLabel values without anything showing up under the gradient whatsoever.

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

A warm welcome to FusionCharts Forum! smile.gif

 

Could you please elaborate more on your requirement? If possible, attach a screen-shot of the same.

 

What chart type are you using?

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

A warm welcome to FusionCharts Forum! smile.gif

 

Apologies for the delay.

 

Yes, this can be possible. You would need to specify the initial minValue and last maxValue for the colorRange.

 

Keep the intermediate minValue and maxValue attributes as null.

 

Ref. Code:

<colorRange gradient="1" minValue="0" code="FFCC33" startlabel="Bad" endLabel="Very Good">
     <color maxValue="" displayValue="Poor" code="FF0000" />
     <color maxValue="" displayValue="Average" code="FFCC33" />
     <color maxValue="100" code="069F06" />
  </colorRange> 

 

Please refer the following link, for more information:

http://docs.fusioncharts.com/maps/Contents/?how_to_use/gradientlegend.html

 

 

Hope this helps!

 

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