sabotage

Members
  • Content count

    3
  • Joined

  • Last visited

About sabotage

  • Rank
    Forum Newbie
  1. Legend For Column With Alpha

    Thank you both for your answers.
  2. Legend For Column With Alpha

    Thank you for your interest for my problem. <chart caption='' yAxisMaxValue='80' MaxColWidth ='40'> <categories> <category label='01/02' /> <category label='03/02' /> <category label='04/02' /> <category label='05/02' /> <category label='06/02' /> <category label='07/02' /> </categories> <dataset seriesName='plain' color='AA3532'> <set value='47' /> <set value='30' /> <set value='45' /> <set value='42' /> <set value='8' /> <set value='6' /> </dataset> <dataset seriesName='alpha' color='AA3532' alpha='70' > <set value='' /> <set value='' /> <set value='' /> <set value='' /> <set value='29' /> <set value='27' /> </dataset> </chart>
  3. Legend For Column With Alpha

    Hi, I'm doing a 3D Stacked Columns chart. One serie is red, and the other is the same color with alpha transparency. The problem is that, both series are displayed with the same red in the legend. Isn't there a trick ? Thank you.