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

получение картинки из диаграммы

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55939 954022d7-b5bf-4e40-9824-e11837661b57
parent d967fd07
......@@ -647,6 +647,9 @@ CChartSpace.prototype =
getBoundsInGroup: CShape.prototype.getBoundsInGroup,
setGroup: CShape.prototype.setGroup,
getBase64Img: function () {
return ShapeToImageConverter(this, this.pageIndex).ImageUrl;
},
recalculateAxis: function()
{
......
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