Commit 55f963ab authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug #31795 - В окне Chart Advanced Settings копии листа с 3D диаграммой типа...

Bug #31795 - В окне Chart Advanced Settings копии листа с 3D диаграммой типа Cloumn или Bar выбран стиль 2D диаграммы

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68599 954022d7-b5bf-4e40-9824-e11837661b57
parent d3364c3e
......@@ -2410,6 +2410,10 @@ CBarChart.prototype =
//axId будут выставлены из родительского класса
var c = new CBarChart();
c.setBarDir(this.barDir);
if(this.b3D)
{
c.set3D(true);
}
if(this.dLbls)
{
c.setDLbls(this.dLbls.createDuplicate());
......
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