In progress...
This commit is contained in:
parent
036d9db437
commit
b77501b03c
|
@ -302,11 +302,9 @@ 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 () {
|
||||
plarea.x = evarea.x + legend.spacing;
|
||||
|
|
Loading…
Reference in New Issue