OK In progress...
This commit is contained in:
parent
6f7bc6761d
commit
6de38bdb9f
|
@ -17,7 +17,7 @@ namespace CairoChart {
|
|||
|
||||
public Place place = new Place();
|
||||
public Text title;
|
||||
public Marker marker = null;
|
||||
public Marker marker;
|
||||
|
||||
public Grid grid = new Grid ();
|
||||
|
||||
|
@ -203,7 +203,7 @@ namespace CairoChart {
|
|||
}
|
||||
}
|
||||
|
||||
public virtual void join_relative_x_axes (int si,
|
||||
protected virtual void join_relative_x_axes (int si,
|
||||
bool calc_max_values,
|
||||
ref double max_rec_width,
|
||||
ref double max_rec_height,
|
||||
|
@ -241,7 +241,7 @@ namespace CairoChart {
|
|||
}
|
||||
}
|
||||
|
||||
public virtual void join_relative_y_axes (int si,
|
||||
protected virtual void join_relative_y_axes (int si,
|
||||
bool calc_max_values,
|
||||
ref double max_rec_width,
|
||||
ref double max_rec_height,
|
||||
|
|
Loading…
Reference in New Issue