In progress...

This commit is contained in:
Kolan Sh 2018-01-19 10:31:51 +03:00
parent ad5c5420b0
commit 91cd77c5cd
1 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@ namespace CairoChart {
legend.draw (this); legend.draw (this);
fix_evarea (); fix_evarea ();
set_vertical_axes_titles (); rot_axes_titles ();
cursors.get_cursors_crossings(); cursors.get_cursors_crossings();
@ -306,7 +306,7 @@ namespace CairoChart {
if (evarea.width < 0) evarea.width = 0; if (evarea.width < 0) evarea.width = 0;
if (evarea.height < 0) evarea.height = 0; if (evarea.height < 0) evarea.height = 0;
} }
protected virtual void set_vertical_axes_titles () { protected virtual void rot_axes_titles () {
for (var si = 0; si < series.length; ++si) { for (var si = 0; si < series.length; ++si) {
var s = series[si]; var s = series[si];
s.axis_y.title.style.orientation = Font.Orientation.VERTICAL; s.axis_y.title.style.orientation = Font.Orientation.VERTICAL;