gpt4 book ai didi

php - anchor 在列内对齐

转载 作者:可可西里 更新时间:2023-10-31 23:50:02 25 4
gpt4 key购买 nike

我有一个结合了 3D 列和线的图形 (MSColumn3DLineDY),并且 anchor 没有与列的中心对齐。在这个example , anchor 对齐到中心没有任何特定的属性来做到这一点。

这是我的图表:

my graph

上图打开的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'>

我想要的正确对齐的图表:

another chart

它是 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'>`

它们几乎是一样的!

最佳答案

似乎你有一个空白 <dataset>在你的数据中。请检查。

anchor 与中心对齐。如果您有 2 列数据集,其中一个是空白或不可见的,则 anchor 将与这些可能列的中心对齐,因此会这样。

关于php - anchor 在列内对齐,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8181873/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com