Commit d4c2cf45 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49987 954022d7-b5bf-4e40-9824-e11837661b57
parent 3b1b54ff
......@@ -1138,7 +1138,7 @@ function BinaryChartWriter(memory)
if(null != nIndex)
this.bs.WriteItem(c_oSer_ChartSeriesType.Index, function(){oThis.memory.WriteLong(nIndex);});
if(null != seria.bShowValue)
this.bs.WriteItem(c_oSer_ChartSeriesType.DataLabels, function(){oThis.memory.WriteDataLabels(seria);});
this.bs.WriteItem(c_oSer_ChartSeriesType.DataLabels, function(){oThis.WriteDataLabels(seria);});
if(null != seria.OutlineColor)
{
var oSolidFill = new CSolidFill();
......
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