OK In progress...
This commit is contained in:
parent
b7f6e6cf79
commit
d0c87519ee
|
@ -48,12 +48,18 @@ void plot_chart1 (Chart chart) {
|
|||
//chart.legend.show = false;
|
||||
s1.title.font.size = 16;
|
||||
s2.title.font.size = 16;
|
||||
s2.title.font.slant = Cairo.FontSlant.ITALIC;
|
||||
s2.title.font.weight = Cairo.FontWeight.BOLD;
|
||||
s3.title.font.size = 16;
|
||||
s1.axis_x.title.font.size = 14;
|
||||
s2.axis_x.title.font.size = 14;
|
||||
s2.axis_x.title.font.slant = Cairo.FontSlant.ITALIC;
|
||||
s2.axis_x.title.font.weight = Cairo.FontWeight.BOLD;
|
||||
s3.axis_x.title.font.size = 18;
|
||||
s1.axis_y.title.font.size = 14;
|
||||
s2.axis_y.title.font.size = 14;
|
||||
s2.axis_y.title.font.slant = Cairo.FontSlant.ITALIC;
|
||||
s2.axis_y.title.font.weight = Cairo.FontWeight.BOLD;
|
||||
s3.axis_y.title.font.size = 18;
|
||||
s1.axis_x.font_style.size = 12;
|
||||
s2.axis_x.font_style.size = 12;
|
||||
|
|
Loading…
Reference in New Issue