Commit 4a2bc1cf authored by Sergey.Konovalov's avatar Sergey.Konovalov

(1.0.0.87): XlsxSerializerCom

При записи в xlsx line chart убрано сглаживание линий и маркеры.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51947 954022d7-b5bf-4e40-9824-e11837661b57
parent d611e677
......@@ -1139,8 +1139,8 @@ function BinaryChartWriter(memory)
this.memory.WriteString2(TxCache.Tx);
}
}
if(null != seria.Marker)
this.bs.WriteItem(c_oSer_ChartSeriesType.Marker, function(){oThis.WriteSeriesMarkers(seria.Marker);});
if(c_oAscChartType.line == chart.type)
this.bs.WriteItem(c_oSer_ChartSeriesType.Marker, function(){oThis.WriteSeriesMarkers({Symbol: EChartSymbol.chartsymbolNone});});
if(null != nIndex)
this.bs.WriteItem(c_oSer_ChartSeriesType.Index, function(){oThis.memory.WriteLong(nIndex);});
if(null != seria.bShowValue)
......
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