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;
}
protected virtual void rot_axes_titles () {
for (var si = 0; si < series.length; ++si) {
var s = series[si];
foreach (var s in series)
s.axis_y.title.style.orientation = Font.Orientation.VERTICAL;
}
}
protected virtual void eval_plarea () {