Sign in to follow this  
a_goodgirl

Pyramid: How To Make The Labels Invisible

Recommended Posts

Hello! Here's the Pyramid chart:

 

 <chart toolTipSepChar=": " rotateLabels="0" decimals="0" animation="0" showPercentValues="0" setAdaptiveYMin="1" 
legendScrollBarColor="c3d3fd" forceDecimals="1" labelDisplay="AUTO" showValues="0" legendScrollBtnColor="c3d3fd" 
canvasBorderThickness="1" decimalSeparator="," formatNumber="1" canvasbgColor="ffffff" isSliced="0" 
showShadow="0" bgAlpha="100" plotfillAlpha="64" thousandSeparator=" " showYAxisValues="0" showBorder="0" 
formatNumberScale="0" legendPosition="BOTTOM" legendScrollBgColor="ffffff" legendBgColor="ffffff" 
aboutMenuItemLabel="About Contour BI" aboutMenuItemLink="n-http://www.contourcomponents.ru" 
bgColor="ffffff" showLabels="0" xAxisName="Год" legendBorderAlpha="0" showLabelsAtCenter="0" 
showPercentInToolTip="0" is2D="1" pyramidYScale="40" yAxisName="Минимальная цена">

<set toolText="1999: 9.52097" displayValue="10" value="9.52097" label="10"/>
<set toolText="2000: 10.277" displayValue="10" value="10.277" label="10"/>
<set toolText="2001: 14.1893" displayValue="14" value="14.1893" label="14"/>

<styles>
<definition><style size="14" type="font" name="LegendFont" color="000000" font="Tahoma"/>
</definition>
<application>
<apply styles="LegendFont" toObject="LEGEND"/
</application>
</styles>
</chart>


 

post-24036-0-46977800-1345127717_thumb.jpg

 

I set

showLabels="0"

and

showValues="0" 

but labels is visible. Where the error? How to make the labels invisible?

 

Thanks

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