There are 2 chart type of Line:
first
<chart formatNumberScale="0" legendBorderAlpha="0" showPrintMenuItem="1" numberSuffix="%" divLineThickness="1" bgColor="ffffff" thousandSeparator=" " alternateHGridAlpha="20" canvasbgColor="ffffff" anchorAlpha="0" animation="0" alternateHGridColor="687e3c" aboutMenuItemLink="n-http://www.contourcomponents.ru" vDivlineDashGap="7" showShadow="0" showAlternateHGridColor="1" toolTipSepChar=": " formatNumber="1" showYAxisValues="1" forceDecimals="1" numVDivLines="7" divLineColor="c0504d" legendBgColor="ffffff" showLabels="1" legendScrollBgColor="ffffff" lineThickness="2" alternateVGridColor="337a85" xAxisName="Месяц" vDivlineColor="8064a2" divLineDashGap="10" divLineIsDashed="1" aboutMenuItemLabel="About Contour BI" legendPosition="RIGHT" vDivlineDashLen="11" alternateVGridAlpha="20" dashed="1" vDivlineThickness="1" legendScrollBtnColor="c3d3fd" canvasBorderThickness="1" divLineDashLen="14" caption="Площадь возгораний по месяцам" decimalSeparator="," yAxisName="Площадь регистрации, га" vDivLineisDashed="1" showBorder="0" showAboutMenuItem="1" legendScrollBarColor="c3d3fd" showValues="1" showAlternateVGridColor="1" bgAlpha="100" decimals="1"> <set displayValue="5710,0%" value="5710" link="n-#cell,0,0" label="Май"/> <set displayValue="14789,0%" value="14789" link="n-#cell,1,0" label="Июнь"/> <set displayValue="21126,0%" value="21126" link="n-#cell,2,0" label="Апрель"/> </chart>
second:
<chart formatNumberScale="0" legendBorderAlpha="0" showPrintMenuItem="1" numberSuffix="%" divLineThickness="1" bgColor="ffffff" thousandSeparator=" " alternateHGridAlpha="20" canvasbgColor="ffffff" anchorAlpha="0" animation="0" alternateHGridColor="687e3c" aboutMenuItemLink="n-http://www.contourcomponents.ru" vDivlineDashGap="7" showShadow="0" showAlternateHGridColor="1" toolTipSepChar=": " formatNumber="1" showYAxisValues="1" forceDecimals="1" divLineColor="c0504d" legendBgColor="ffffff" showLabels="1" legendScrollBgColor="ffffff" lineThickness="2" alternateVGridColor="337a85" xAxisName="Месяц" vDivlineColor="8064a2" divLineDashGap="10" divLineIsDashed="1" aboutMenuItemLabel="About Contour BI" legendPosition="RIGHT" vDivlineDashLen="11" alternateVGridAlpha="20" dashed="1" vDivlineThickness="1" legendScrollBtnColor="c3d3fd" canvasBorderThickness="1" divLineDashLen="14" caption="Площадь возгораний по месяцам" decimalSeparator="," yAxisName="Площадь регистрации, га" vDivLineisDashed="1" showBorder="0" showAboutMenuItem="1" legendScrollBarColor="c3d3fd" showValues="1" showAlternateVGridColor="1" bgAlpha="100" decimals="1"> <set displayValue="5710,0%" value="5710" link="n-#cell,0,0" label="Май"/> <set displayValue="14789,0%" value="14789" link="n-#cell,1,0" label="Июнь"/> <set displayValue="21126,0%" value="21126" link="n-#cell,2,0" label="Апрель"/> </chart>
They differ in that the first contains
numVDivLines="7", second is not.
The first chart shows the vertical lines but the second is not. Question: how to make a visible vertical lines, not setting the property numVDivLines ?
Thanks











