OK In progress...
This commit is contained in:
parent
7029f1f906
commit
d676040023
|
@ -6,6 +6,7 @@ namespace CairoChart {
|
||||||
public class Legend {
|
public class Legend {
|
||||||
|
|
||||||
Chart chart;
|
Chart chart;
|
||||||
|
double [] max_font_heights;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ``Legend`` position.
|
* ``Legend`` position.
|
||||||
|
@ -150,7 +151,6 @@ namespace CairoChart {
|
||||||
DRAW
|
DRAW
|
||||||
}
|
}
|
||||||
|
|
||||||
double [] max_font_heights;
|
|
||||||
protected virtual void process (ProcessType process_type) {
|
protected virtual void process (ProcessType process_type) {
|
||||||
var legend_x0 = 0.0, legend_y0 = 0.0;
|
var legend_x0 = 0.0, legend_y0 = 0.0;
|
||||||
var heights_idx = 0;
|
var heights_idx = 0;
|
||||||
|
|
Loading…
Reference in New Issue