Commit 288e6261 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Копирование параметров для minorGridLines и minorTickMark при копировании оси значений.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59009 954022d7-b5bf-4e40-9824-e11837661b57
parent 7f7f4391
......@@ -7342,6 +7342,14 @@ CValAx.prototype =
}
c.setMajorTickMark(this.majorTickMark);
c.setMajorUnit(this.majorUnit);
if(this.minorGridlines)
{
c.setMinorGridlines(this.minorGridlines.createDuplicate());
}
c.setMinorTickMark(this.minorTickMark);
c.setMinorUnit(this.minorUnit);
this.numFmt && c.setNumFmt(this.numFmt.createDuplicate());
this.scaling && c.setScaling(this.scaling.createDuplicate());
if(this.spPr)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment