In progress...

This commit is contained in:
Kolan Sh 2018-01-19 16:08:30 +03:00
parent 036d9db437
commit b77501b03c
1 changed files with 1 additions and 3 deletions

View File

@ -302,10 +302,8 @@ namespace CairoChart {
if (evarea.height < 0) evarea.height = 0; if (evarea.height < 0) evarea.height = 0;
} }
protected virtual void rot_axes_titles () { protected virtual void rot_axes_titles () {
for (var si = 0; si < series.length; ++si) { foreach (var s in series)
var s = series[si];
s.axis_y.title.style.orientation = Font.Orientation.VERTICAL; s.axis_y.title.style.orientation = Font.Orientation.VERTICAL;
}
} }
protected virtual void eval_plarea () { protected virtual void eval_plarea () {