Commit b6e3eb7f authored by Dmitry.Vikulov's avatar Dmitry.Vikulov Committed by Alexander.Trofimov

Исправлена проблема с опцией "Показывать значения"

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51725 954022d7-b5bf-4e40-9824-e11837661b57
parent 7ba1be31
......@@ -735,7 +735,7 @@ asc_CChart.prototype = {
Writer.WriteString2(this.series[i].FormatCode);
Writer.WriteBool(this.series[i].isHidden);
Writer.WriteBool(this.series[i].bShowValue);
//Writer.WriteBool(this.series[i].bShowValue);
}
// Theme Colors
......@@ -837,7 +837,7 @@ asc_CChart.prototype = {
seria.FormatCode = Reader.GetString2();
seria.isHidden = Reader.GetBool();
seria.bShowValue = Reader.GetBool();
//seria.bShowValue = Reader.GetBool();
this.series.push(seria);
}
......
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