OK In progress...

This commit is contained in:
Kolan Sh 2018-01-22 16:56:08 +03:00
parent 4626587d45
commit b401f53077
1 changed files with 2 additions and 2 deletions

View File

@ -127,13 +127,13 @@ namespace CairoChart {
}
}
public enum ProcessType {
protected enum ProcessType {
CALC = 0, // default
DRAW
}
double [] max_font_heights;
public virtual void process (ProcessType process_type) {
protected virtual void process (ProcessType process_type) {
var legend_x0 = 0.0, legend_y0 = 0.0;
var heights_idx = 0;
var leg_width_sum = 0.0;