我有一个组合 3D 列和线 ( MSColumn3DLineDY
) 的图表,并且锚点未与列的中心对齐。在这个例子中,锚点对齐到中心,没有任何特定的属性来做到这一点。
这是我的图表:
上图的打开char
标签:
<chart caption=''
palette='2'
animation='1'
showValues='0'
formatNumberScale='0'
numberPrefix=''
slantLabels='1'
showLabels='1'
rotateValues='0'
placeValuesInside='0'
labelDisplay='ROTATE'
seriesNameInToolTip='1'
anchorBorderColor='339966'
decimalSeparator=','
thousandSeparator='.'
syAxisMaxValue='$maximo'
pyAxisMaxValue='$maximo'>
我所追求的正确对齐的图表:
它的chart
标签:
<chart caption=''
PYAxisName='Quantidade'
SYAxisName='Valores (Em R$/Mil)'
palette='2'
animation='1'
showValues='0'
formatNumberScale='0'
numberPrefix=''
slantLabels='1'
showLabels='1'
rotateValues='0'
placeValuesInside='0'
labelDisplay='ROTATE'
seriesNameInToolTip='1'
anchorBorderColor='FFFF33'
decimalSeparator=','
thousandSeparator='.'
baseFontSize='8'>`
他们几乎是一样的!