In progress...
This commit is contained in:
parent
036d9db437
commit
b77501b03c
|
@ -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 () {
|
||||||
|
|
Loading…
Reference in New Issue