Sign in to follow this  
bouldo

removing second color from chart background?

Recommended Posts

I am struggling trying to remove second color from chart background.

here is my xml

<chart numDivLines='4'
  formatNumber="1"
 formatNumberScale ="0"
  numDivLines  ="2"  
  showYAxisValues ="0"
  labelDisplay="none" 
 showLabels ="1" 
 showValues="0" 
 setAdaptiveYMin="1" 
 bgAlpha="0,0"
 bgColor = "272727"
 canvasBgColor ="272727, 272727" 
 showAlternateYGridColor ="0"
 showBorder ="0"
 canvasBorderColor ="1A1A1A"

 lineThickness ="2"
 lineColor = "ccff00"
 bgRatio = "0, 0"
 drawAnchors ="0"
 baseFont ="Arial"
 baseFontSize = "10" 
 baseFontColor ="ffffff"
 labelPadding  ="2"
  adjustDiv ="0"

  >
  <set label="21" value="4775"/> 
  <set label="22" value="4817.2"/> 
  <set label="23" value="4798.4"/> 
  <set label="24" value="4780.1"/> 
  <set label="25" value="4767.8"/> 
  <set label="26" value="4746.3"/> 
  <set label="27" value="4784.5"/> 
  <set label="28" value="4741.4"/> 
  <set label="29" value="4768.1"/> 
  <set label="30" value="4727.6"/> 
  <set label="1" value="4721"/> 
<trendLines>
  <line startValue='4800' valueOnRight='1' color='ffffff' alpha='0' displayValue='4800' />
  <line startValue='4775' valueOnRight='1' color='ffffff' alpha='0' displayValue='4775' />
  <line startValue='4745' valueOnRight='1' color='ffffff' alpha='0' displayValue='4745' /> 
  <line startValue='4720' valueOnRight='1' color='ffffff' alpha='0' displayValue='4720' />
  </trendLines>
  </chart>

Thanks

bouldo

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

I suppose you are trying to remove the alternate Grid colors of the canvas.

To remove that please set  showAlternateHGridColor='0' in the <chart> element.

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