From 91cd77c5cd58007dfc07b3b70a9efad1fd4040b8 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Fri, 19 Jan 2018 10:31:51 +0300 Subject: [PATCH] In progress... --- src/Chart.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Chart.vala b/src/Chart.vala index a49c5f7..70a720d 100644 --- a/src/Chart.vala +++ b/src/Chart.vala @@ -159,7 +159,7 @@ namespace CairoChart { legend.draw (this); fix_evarea (); - set_vertical_axes_titles (); + rot_axes_titles (); cursors.get_cursors_crossings(); @@ -306,7 +306,7 @@ namespace CairoChart { if (evarea.width < 0) evarea.width = 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) { var s = series[si]; s.axis_y.title.style.orientation = Font.Orientation.VERTICAL;