Commit 6f96bc5c 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@53677 954022d7-b5bf-4e40-9824-e11837661b57
parent 1730206a
......@@ -2932,10 +2932,10 @@ drawScatterChart.prototype =
for(var k = 1; k < this.paths.series[i].length; k++)
{
markerBrush = this.chartProp.series[i].yVal.numRef.numCache.pts[k].compiledMarker.brush;
markerPen = this.chartProp.series[i].yVal.numRef.numCache.pts[k].compiledMarker.pen;
brush = this.chartProp.series[i].brush;
pen = this.chartProp.series[i].pen;
//draw line
this._drawPath(this.paths.series[i][k], markerBrush, markerPen, true);
this._drawPath(this.paths.series[i][k], brush, pen, true);
//draw point
if(k == 1)
......
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