Commit fda1805f authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

delete _axesontop

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51852 954022d7-b5bf-4e40-9824-e11837661b57
parent 26715256
......@@ -138,8 +138,6 @@ OfficeExcel.OtherProps = function()
this._noendxtick = false;
this._noendytick = true;
this._axesontop = false;
this._filled = false;
this._filled_range = false;
this._filled_accumulative = true;
......
......@@ -172,8 +172,7 @@
OfficeExcel.DrawBars(this);
// Draw Axes
if (this._otherProps._axesontop == false)
this.DrawAxes(min,max);
this.DrawAxes(min,max);
for (var i = 0, j = 0; i < this.data.length; ++i, ++j) {
this.context.beginPath();
......@@ -272,10 +271,6 @@
}
}
// Draw Axes if on top
if (this._otherProps._axesontop)
this.DrawAxes(min,max);
// Draw the labels
this.DrawLabels(isFormatCell);
......
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