To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64752





------- Additional comments from i...@openoffice.org Mon May 18 09:26:39 +0000 
2009 -------
For this chart type it will be necessary to change the z-oder of axis lines and
series - the axis line should be displayed above the series. The z-order of the
shapes is influenced by their creation order - new shapes are created on top. It
is also possible to change the order later but that is not the principle used
during chart view creation.
Look at the method VCoordinateSystem::initPlottingTargets. Here are two group
shapes created m_xLogicTargetForGrids and m_xLogicTargetForAxes. The group shape
for the grids is created first. This ensures that all the grid lines are behind
the axis lines. What we need now is a third group xLogicTargetForSeries that is
created between the grid and axis group shape. This new group then could be
returned by method initPlottingTargets and then be used instead of
xCoordinateRegionTarget as input for pSeriesPlotter->initPlotter( xSeriesTarget,
...) within ChartView.cxx.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to