OK In progress...
This commit is contained in:
parent
d3f73e135b
commit
e5c0f4d898
|
@ -131,9 +131,25 @@ namespace CairoChart {
|
||||||
}
|
}
|
||||||
default = 2;
|
default = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* ``Axis`` Font style.
|
||||||
|
*/
|
||||||
public Font font = new Font ();
|
public Font font = new Font ();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* ``Axis`` color.
|
||||||
|
*/
|
||||||
public Color color = Color ();
|
public Color color = Color ();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* ``Axis`` line style.
|
||||||
|
*/
|
||||||
public LineStyle line_style = LineStyle ();
|
public LineStyle line_style = LineStyle ();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* ``Axis`` font spacing.
|
||||||
|
*/
|
||||||
public double font_spacing = 5;
|
public double font_spacing = 5;
|
||||||
|
|
||||||
public Axis (Chart chart) {
|
public Axis (Chart chart) {
|
||||||
|
|
Loading…
Reference in New Issue